CoSMOS
Documentation
×
Menu

startProcess

Description:

 
Starts a process or opens a file in default associated program.
 

Command Parameters:

 
Parameter
Type
Description
File
string
Path to the file to start
Args
string
Optional: Arguments to start the process with
 

Examples:

 
startProcess('C:\testImage.png')
startProcess('C:\test.exe')
startProcess('C:\test.exe', '-p')