From WikiChip
Difference between revisions of "mirc/commands/run"
m (Bot: Fixing links) |
m (Bot: Fixing links) |
||
Line 31: | Line 31: | ||
* [[List of commands - mIRC|List of commands]] | * [[List of commands - mIRC|List of commands]] | ||
* [[List of identifiers - mIRC|List of identifiers]] | * [[List of identifiers - mIRC|List of identifiers]] | ||
− | * | + | * {{mIRC|$url}} |
− | * | + | * {{mIRC|$file}} |
− | * | + | * {{mIRC|$findfilen}} |
− | * | + | * {{mIRC|$finddir}} |
− | * | + | * {{mIRC|$finddirn}} |
− | * | + | * {{mIRC|$isfile}} |
− | * | + | * {{mIRC|$isdir}} |
− | * | + | * {{mIRC|$exists}} |
* {{mIRC|/url}} | * {{mIRC|/url}} | ||
{{mIRC command list}} | {{mIRC command list}} | ||
[[Category:MIRC commands]] | [[Category:MIRC commands]] |
Revision as of 19:39, 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
Note: Individual switches were not taken into consideration.
See also
- List of commands
- List of identifiers
- $url
- $file
- $findfilen
- $finddir
- $finddirn
- $isfile
- $isdir
- $exists
- /url
mIRC commands list