Shell
From UBot Studio
(Difference between revisions)
Line 15: | Line 15: | ||
[[File:shell.png]] | [[File:shell.png]] | ||
+ | |||
+ | |||
+ | |||
+ | == 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. |
Revision as of 15:25, 20 June 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.
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.