Windows XP dos program

Joined
Sep 20, 2007
Messages
1
Reaction score
0
I have an old dos program which starts up in windows (XP) takes manual input at screen prompts, appears to run OK but the output formerly was only ever displayed on screen - at this point the window closes so i can not capture the output. Suggestions welcome.
 

Ian

Administrator
Joined
Feb 23, 2002
Messages
19,873
Reaction score
1,499
What might work is creating a shortcut which runs the application within a cmd command.

If the application shortcut points to c:\test.exe at the moment, change it to:

CMD /K "C:\test.exe"

That should load it within the cmd console and leave it open after finishing :)
 

Ask a Question

Want to reply to this thread or ask your own question?

You'll need to choose a username for the site, which only take a couple of moments. After that, you can post your question and our members will help you out.

Ask a Question

Top