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...") |
Revision as of 16:32, 4 January 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.
Example
shell("C:\\Program Files\\CCleaner\\CCleaner.exe")
Running the script will open CCleaner on your desktop.