Page 1 of 1

Load Batch File from CONFIG.SYS

Posted: 08 Jul 2011 17:29
by alleypuppy
I know this is a Windows XP forum, but I have a quick DOS 7.1 question.

I want to run a simple batch file from my CONFIG.SYS file, but it doesn't seem to work. The file just freezes leaving me to force shutdown my computer. I'm using the command

Code: Select all

DEVICE=[path to file]
Is this correct?

Re: Load Batch File from CONFIG.SYS

Posted: 08 Jul 2011 18:24
by Acy Forsythe
Try putting it in Autoexec.bat instead of Config.sys

Re: Load Batch File from CONFIG.SYS

Posted: 08 Jul 2011 18:37
by alleypuppy
DUH! I totally forgot about AUTOEXEC.BAT! Lol thanks!