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...") |
|||
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 == |
Revision as of 18:35, 24 April 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.
Example
shell("C:\\Program Files\\CCleaner\\CCleaner.exe")
Running the script will open CCleaner on your desktop.