Oct 26, 2005 #1 emsecl IS-IT--Management Jan 16, 2005 3 NL i want to use OS-COMMAND (<something2do>) but a dos-box appears, even after adding SILENT to the statement. The command is executed correctly though. How to suppress the dos-box ? [OS=Win2k;Progress82c]
i want to use OS-COMMAND (<something2do>) but a dos-box appears, even after adding SILENT to the statement. The command is executed correctly though. How to suppress the dos-box ? [OS=Win2k;Progress82c]
Oct 26, 2005 #2 HelloMike MIS Feb 14, 2003 210 GB You might want ro consider using an API call to ShellExecuteA. You can find a detailed explanation of how to do this at http://www.global-shared.com/win32/runprogram/shellexecute along with a whole pile of other API procedures. Cheers, Mike. Upvote 0 Downvote
You might want ro consider using an API call to ShellExecuteA. You can find a detailed explanation of how to do this at http://www.global-shared.com/win32/runprogram/shellexecute along with a whole pile of other API procedures. Cheers, Mike.
Oct 28, 2005 #3 tvrtko Programmer Nov 26, 2003 53 HR Try NO-CONSOLE option with OS-COMMAND statement Upvote 0 Downvote