Need help finishing a batch, just one code name...

Half Evil

Golden Master
Messages
16,076
Hey.. im making a batch to start when windows starts. Thats boot.ini right?


And, how would I include that inthe code, like..

:LOOP=BOOT.INI
<CODE>
GOTO LOOP


Or what?
 
no... boot.ini tell the system where to boot from...

you are thinking of autoexec.bat

and yes.

@echo off
:loop
echo this rules
goto loop

is a perfectly valid bath file.
 
Or you could always just throw the shortcut to the program you want to start with windows into the All Programs>Startup folder.. thats what I do.
 
Oh, didnt know about that. Lmao!!


Oh well, thanks root. So how do I incorperate this command..

autoexec.bat

Into the file
 
no, save the file as c:\autoexec.bat and then it'll run on startup.
 
Back
Top Bottom