Shell
From UBot Studio
(Difference between revisions)
Line 9: | 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:shell.png]] | [[File:shell.png]] |
Revision as of 20:35, 20 May 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.