Project

General

Profile

Run » History » Revision 4

Revision 3 (Per Amundsen, 09/20/2015 09:20 PM) → Revision 4/14 (Per Amundsen, 09/20/2015 09:21 PM)

_Added in 1.5_ 

 */run [-hnp] <filename|url> [arguments]* 

 Runs the specified program. 
 If a URL is entered, default browser will be used. 

 _Paths using spaces must be enclosed in [[$qt|quotes]] in AdiIRC._ [[$qt|quotes]]._ 

 *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. 
 [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>