Does autoexec.bat count as Real DOS mode?

MCS

Platinum Member
Feb 3, 2000
2,519
0
76
I have a little DOS utility I need to run often but the readme file states that it needs to be run in Real DOS mode, not a DOS Prompt under Windows. This involves booting from a boot disk every time, which can be a pain. I wonder, can I put this util into my autoexec.bat (Windows98SE) and run it every time I boot up?

Thanks :)
 

Noriaki

Lifer
Jun 3, 2000
13,640
1
71
Real Mode DOS just means when win.com isn't running.

Autoexec runs before Win.com does, so it should be fine.

But once win.com loads you aren't in real mode DOS anymore...