SYSTEM |
Top Previous Next |
Syntax SYSTEM(command as STRING, OPT param as STRING) Description Runs another executable. Parameters command - Executable to run. param - Parameter for executable. Return value None Remarks Command must be full pathname to executable or the executable needs to be in the system path. Example usage .SYSTEM "notepad.exe" , "c:\\mydocs\\prog.txt" |