PDA

View Full Version : Dos in xp


OLDCODGER88
Jan 28, 2007, 12:29 PM
I have a program that must run in dos. Right now it is in a PC with windows98 but I want to install it in an xp PC. The program has to have a path in autoexec.bat to run. That path is C:\acct\btrieve . Since there is not an autoexec.bat in XP do I put it in autoexec.nt and if so how?

Curlyben
Jan 28, 2007, 12:52 PM
XP does NOT have DOS.
WHat maybe worth trying is compatibility mode, but to be honest I wouldn't hold out much hope.

Press2Esc
Feb 5, 2007, 01:02 AM
Yes you can run the program in DOS and yes you can edit the Autoexec.nt file (autoexec.bat equiv)... may require some "tweaking"... check the PATH command.

P2E
Ref: Troubleshooting MS-DOS-based programs in Windows XP (http://support.microsoft.com/kb/314106)

Press2Esc
Feb 5, 2007, 01:08 AM
Like its predecessors, WinXP has (virtual) command line OS (aka DOS), which effectively operates and functions exactly like "DOS".

P2E.



XP does NOT have DOS.
WHat maybe worth trying is compatibility mode, but to be honest I wouldn't hold out much hope.