Shell
From UBot Studio
(Difference between revisions)
(Created page with "This command is a File Command. This command will run any executable program you place within it. The Browse button allows you to browse for the .exe progra...") |
(→Example) |
||
(3 intermediate revisions by one user not shown) | |||
Line 1: | Line 1: | ||
This command is a [[File Commands|File Command]]. This command will run any executable program you place within it. | This command is a [[File Commands|File Command]]. This command will run any executable program you place within it. | ||
− | The | + | The browse button allows you to browse for the .exe program you would like to run using the command. |
+ | |||
+ | '''Executable File:''' The executable file that will be run once the command is run. | ||
== Example == | == Example == | ||
Line 7: | Line 9: | ||
shell("C:\\Program Files\\CCleaner\\CCleaner.exe") | shell("C:\\Program Files\\CCleaner\\CCleaner.exe") | ||
</pre> | </pre> | ||
+ | |||
Running the script will open CCleaner on your desktop. | Running the script will open CCleaner on your desktop. | ||
− | [[File: | + | |
+ | [[File:ccleaner.jpg]] | ||
+ | |||
+ | == Additional Information == | ||
+ | |||
+ | To use the example script above, remember to use the browse button to browse for the program you would like the shell command to run. |
Latest revision as of 16:26, 23 September 2013
This command is a File Command. This command will run any executable program you place within it.
The browse button allows you to browse for the .exe program you would like to run using the command.
Executable File: The executable file that will be run once the command is run.
[edit] Example
shell("C:\\Program Files\\CCleaner\\CCleaner.exe")
Running the script will open CCleaner on your desktop.
[edit] Additional Information
To use the example script above, remember to use the browse button to browse for the program you would like the shell command to run.