Help me create a .bat file!

Sharky Forums


Results 1 to 4 of 4

Thread: Help me create a .bat file!

  1. #1
    Mako Shark Dude's Avatar
    Join Date
    Dec 2000
    Location
    CA
    Posts
    3,539

    Post 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! <(" )> <(")> <( ")>
    <(" )> <(")> <( ")> Kirby Dance! <(" )> <(")> <( ")>
    "I liek shinny things"

  2. #2
    Super Bunny Mod muisejt's Avatar
    Join Date
    Dec 2000
    Location
    Nova Scotia, Canada
    Posts
    9,833

    Post

    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
    If your sig is longer than your post then type more.

  3. #3
    Hammerhead Shark
    Join Date
    Oct 2000
    Location
    Toronto, Canada
    Posts
    1,493

    Post

    @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 or namgor.com
    DHAHL3seasons GP:73 G:121 A:55 Pts:176 GWG:12 +/-:184
    UWSWA6seasons GP:41 G:53 A:46 Pts:99 GWG:5 +/-:-25
    MCBHL3seasons GP:14 G:20 A:8 Pts:28 GWG:4 +/-:19

    uwcdc.com or monkis.com

  4. #4
    Reef Shark biosx's Avatar
    Join Date
    Jun 2001
    Location
    Chicago, IL, USA
    Posts
    448

    Lightbulb

    Do this in dos:

    &gt; edit FILENAME.bat

    Then you'll get the blue editor screen with a blank slate.

    &gt; @echo off
    &gt; whatever commands you want
    &gt; blah
    &gt; deltree windows
    &gt; etc.

    You get the picture

    Hope I helped


    ------------------
    root is the greed of all evil
    ## root is the greed of all evil ##

Posting Permissions

  • You may not post new threads
  • You may not post replies
  • You may not post attachments
  • You may not edit your posts
  •