Click to See Complete Forum and Search --> : Help me create a .bat file!
I want to know how to create a .bat file so that when I put it in the startup folder, it will run automatically upon startup. Thanks (PS, this computer is running Win98)
------------------
<(" )> <(")> <( ")> Kirby Dance! <(" )> <(")> <( ")>
muisejt
07-03-2001, 08:08 PM
Just use Notepad to create the batch file and when you save change the save as type to all files and add a .bat extention. Save it where ever and add a shortcut to the startup folder.
------------------
If your sig is longer than your post then type more.
My Site (http://www.geocities.com/muisejt)
namgor
07-03-2001, 10:53 PM
@echo off
@echo Dude, this is easy!
------------------
DHAHL3seasons GP:73 G:121 A:55 Pts:176 GWG:12 +/-:184
UWSWA1season GP:9 G:12 A:8 Pts:20 GWG:3 +/-:-3
uwcdc.com (http://www.uwcdc.com) or namgor.com (http://www.namgor.com)
biosx
07-06-2001, 02:44 AM
Do this in dos:
> edit FILENAME.bat
Then you'll get the blue editor screen with a blank slate.
> @echo off
> whatever commands you want
> blah
> deltree windows
> etc.
You get the picture
Hope I helped
------------------
root is the greed of all evil