From WikiChip
Difference between revisions of "mirc/commands/run"
m (Bot: Automated text replacement (-<small>Note: Individual switches were not taken into consideration.</small> +)) |
m (Bot: Automated text replacement (-Added On:.+\n?\n?\n?\n?\n? +)) |
||
Line 23: | Line 23: | ||
== Compatibility == | == Compatibility == | ||
Added: mIRC v2.1a | Added: mIRC v2.1a | ||
− | |||
− | |||
− | |||
− | |||
== See also == | == See also == |
Revision as of 23:30, 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
See also
- List of commands
- List of identifiers
- $url
- $file
- $findfilen
- $finddir
- $finddirn
- $isfile
- $isdir
- $exists
- /url
mIRC commands list