|
Auto Debug On Line Help |
|
echoThe echo function to show a message box. VOID echo( BSTR szMessage // Process Module Name ); Parameters
Return ValuesNo return value. ExamplesVBscript Example: sub main startProcess "Notepad.exe", "c:\a.txt" echo "test message" end sub JavaScript Example: function main(){
startProcess("Notepad.exe", "c:\a.txt");
echo ("test message");
}
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 |