From WikiChip
Difference between revisions of "mirc/commands/run"
m (PatrolBot moved page /run command - mIRC to mirc/commands/run: per new naming convention) |
m (bot: correcting title) |
||
Line 1: | Line 1: | ||
− | {{mIRC menu}} | + | {{mirc title|/run Command}}{{mIRC menu}} |
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. | 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. | ||
Revision as of 04:33, 4 January 2015
Commands & Identifiers
Basics
Events
Matching Tools
Data Storage
Control Structures
GUI Scripting
Sockets
Advanced Scripting
Additional Resources
Security
Other
Template:mIRC menu 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 Feb 1995
Note: Unless otherwise stated, this was the date of original functionality.
Further enhancements may have been made in later versions.
See also
- List of commands
- List of identifiers
- $url
- $file
- $findfilen
- $finddir
- $finddirn
- $isfile
- $isdir
- $exists
- /url
mIRC commands list