Shell
From UBot Studio
(Difference between revisions)
(→Example) |
|||
(One intermediate revision by one user not shown) | |||
Line 14: | Line 14: | ||
− | [[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.