Oct 26, 2005 #1 emsecl IS-IT--Management Joined Jan 16, 2005 Messages 3 Location 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 Joined Feb 14, 2003 Messages 210 Location 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 Joined Nov 26, 2003 Messages 53 Location HR Try NO-CONSOLE option with OS-COMMAND statement Upvote 0 Downvote