Menu

#6 Cannot specify parameters for "Run command"

1.0
open
nobody
ui (4)
2017-08-31
2017-08-31
No

Currently, the "Run command" in the timeout options dialog is passed as-is to ShellExecuteEx (see runExitScript() in sleeptimer.cpp). This causes the whole command to fail if any params are specified.

Possible solutions:

  • split the command and use just the first token as the path (better UX)
  • use an extra input field for params (lazy)

Discussion


Log in to post a comment.