|
Auto Debug On Line Help |
|
startProcessThe startProcess function to start a process to monitor. bool startProcess( BSTR szExe, // Process Module Name BSTR szParam, // Process parameters BSTR szPath // Process run path ); Parameters
Return ValuesIf the function succeeds, the return value is a nonzero value, Otherwise, return 0. RemarksstartProcess is to start a new process to monitor. ExamplesVBscript Example: sub main startProcess "Notepad.exe", "c:\a.txt" end sub JavaScript Example: function main(){
startProcess("Notepad.exe", "c:\a.txt");
}
RequirementsAuto Debug for Windows: Unsupport. See AlsoScript Information Overview, Script Functions, attachProcess,addMenuItem ,killProcess ,saveLog |
| Copyright c 2003-2025, www.autodebug.com All Rights Reserved |