Hello all, I would like to know if and how it is possible to launch a DOS program from my SDI program running in Windows 2000. The program is called allowio.exe and in DOS prompt the command to run it properly is:
allowio test.bat /a
Any thoughts on what command to use and how to include the parameters ("test.bat /a")?
Hello all, I would like to know if and how it is possible to launch a DOS program from my SDI program running in Windows 2000. The program is called allowio.exe and in DOS prompt the command to run it properly is:
allowio test.bat /a
Any thoughts on what command to use and how to include the parameters ("test.bat /a")?
What if you have a dos program and you want to launch a Windows program.
Well...what operating system? If it is 16-bit, I would go with 'WinExec()'...otherwise use one of the methods described in the FAQ I posted in my previous reply...
Ciao, Andreas
"Software is like sex, it's better when it's free." - Linus Torvalds
but I have the problem it blocks my application till I close the launched DOS application down, while both are supposed to run simultaneously. Anyone knows how to launch a DOS program as a seperate thread?
Bookmarks