Run » History » Version 4
Per Amundsen, 09/20/2015 09:21 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 | 4 | Per Amundsen | _Paths using spaces must be enclosed in [[$qt|quotes]] in AdiIRC._ |
| 9 | 2 | Per Amundsen | |
| 10 | 1 | Per Amundsen | *Switches* |
| 11 | |||
| 12 | -h - Hide the application in context. |
||
| 13 | -n - Minimizes the window of the program. |
||
| 14 | -p - Sets the working path to the path of the program. |
||
| 15 | |||
| 16 | *Parameters* |
||
| 17 | |||
| 18 | <filename|url> - File or url to run. |
||
| 19 | [arguments] - Arguments list to be passed to the program. |
||
| 20 | |||
| 21 | *Example* |
||
| 22 | |||
| 23 | <pre> |
||
| 24 | ;Open www.adiirc.com |
||
| 25 | /run www.adiirc.com |
||
| 26 | |||
| 27 | ;Open notepad |
||
| 28 | /run notepad.exe |
||
| 29 | </pre> |