How can I trigger the computer to restart into DOS (like the option when you hit ctrl-alt-del in windows) from Visual C++?
Jason
Printable View
How can I trigger the computer to restart into DOS (like the option when you hit ctrl-alt-del in windows) from Visual C++?
Jason
Hi,
I tried to find a way to do this a while back, but I could not find a good method. In the end, I used a .pif file with the command-line: command.com. Then I checked the Restart In DOS Mode checkbox. To restart in DOS, just ShellExecute the .pif file.
Daniel.