Run » History » Version 1
Per Amundsen, 02/14/2014 08:17 PM
| 1 | 1 | Per Amundsen | _Added in 1.5_ |
|---|---|---|---|
| 2 | |||
| 3 | */run [-hnp] <filename|url> [arguments]* |
||
| 4 | |||
| 5 | Runs the specified program. |
||
| 6 | If a URL is entered, default browser will be used. |
||
| 7 | |||
| 8 | *Switches* |
||
| 9 | |||
| 10 | -h - Hide the application in context. |
||
| 11 | -n - Minimizes the window of the program. |
||
| 12 | -p - Sets the working path to the path of the program. |
||
| 13 | |||
| 14 | *Parameters* |
||
| 15 | |||
| 16 | <filename|url> - File or url to run. |
||
| 17 | [arguments] - Arguments list to be passed to the program. |
||
| 18 | |||
| 19 | *Example* |
||
| 20 | |||
| 21 | <pre> |
||
| 22 | ;Open www.adiirc.com |
||
| 23 | /run www.adiirc.com |
||
| 24 | |||
| 25 | ;Open notepad |
||
| 26 | /run notepad.exe |
||
| 27 | </pre> |