From WikiChip
Difference between revisions of "mirc/commands/run"
m (Bot: Fixing links) |
m (Bot: Automated text replacement (-<small>Note: Individual switches were not taken into consideration.</small> +)) |
||
Line 26: | Line 26: | ||
Added On: 28/02/95 | Added On: 28/02/95 | ||
− | + | ||
== See also == | == See also == |
Revision as of 21:27, 5 July 2014
The /run command executes the given file or object using the application associated with its file extension. It can also be used to open directories. The file parameter can be enclosed by a pair of double quotes to separate it from the argument list.
Synopsis
/run -pnh <file/dir/obj> [arguments]
Switches
- -h - hide the application in context
- -p - changes the working path to the path of the application in context
- -n - minimize the window upon opening
Parameters
- <file/dir/obj> - the object/file to execute
- [arguments] - arguments list passed to the program
Example
alias example { ; open our site run www.zigwap.com/mirc ; open notepad, minimized run -n notepad.exe }
Compatibility
Added: mIRC v2.1a
Added On: 28/02/95
See also
- List of commands
- List of identifiers
- $url
- $file
- $findfilen
- $finddir
- $finddirn
- $isfile
- $isdir
- $exists
- /url
mIRC commands list