Load Batch File from CONFIG.SYS

Discussion forum for all Windows batch related topics.

Moderator: DosItHelp

Post Reply
Message
Author
alleypuppy
Posts: 82
Joined: 24 Apr 2011 19:20

Load Batch File from CONFIG.SYS

#1 Post by alleypuppy » 08 Jul 2011 17:29

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?

Acy Forsythe
Posts: 126
Joined: 10 Jun 2011 10:30

Re: Load Batch File from CONFIG.SYS

#2 Post by Acy Forsythe » 08 Jul 2011 18:24

Try putting it in Autoexec.bat instead of Config.sys

alleypuppy
Posts: 82
Joined: 24 Apr 2011 19:20

Re: Load Batch File from CONFIG.SYS

#3 Post by alleypuppy » 08 Jul 2011 18:37

DUH! I totally forgot about AUTOEXEC.BAT! Lol thanks!

Post Reply