Run » History » Revision 8
Revision 7 (Per Amundsen, 02/04/2017 03:25 PM) → Revision 8/14 (Per Amundsen, 02/04/2017 03:25 PM)
_Added in 1.5_
*/run [-hnp] <filename|url> [arguments]*
Runs the specified program.
If a URL is entered, default browser will be used.
_Filenames using spaces must be enclosed in [[$qt|quotes]] unless the filetype is .exe or .bat._
*Switches*
-h - Hide the application in context.
-n - Minimizes the window of the program.
-p - Sets the working path to the path of the program.
*Parameters*
<filename|url> - File or url to run. (If the filename contains spaces, it must be [[$qt|quoted]], AdiIRC only)
[arguments] - Arguments list to be passed to the program.
*Example*
<pre>
;Open www.adiirc.com
/run www.adiirc.com
;Open notepad
/run notepad.exe
</pre>