Announcement

Collapse
No announcement yet.

Tutorial: multitasking made easy with Batch Files

Collapse
X
 
  • Filter
  • Time
  • Show
Clear All
new posts

  • Tutorial: multitasking made easy with Batch Files

    OK, this is a pretty cool trick I just got bored and decided to do. I'm sure it's been done before, because it's pretty easy.

    Ever get tired of having to manually open your "normal" programs? For me, I usually have Opera Browser, AIM, Continuum, iTunes, FTP, and Photoshop open. Now it's a minor pain - but still a pain - to have to individually start -> program files and execute. So here's what I did: I used batch files!

    It's simple, really. Just goto your favorite text editor, and type in this:
    Code:
    REM - opens normal programs.
    START "Continuum" "C:\Program Files\Continuum\Continuum039pr1.exe"
    START "iTunes" "C:\Program Files\iTunes\iTunes.exe"
    START "Opera" "C:\Program Files\Opera7\Opera.exe"
    START "AIM" "C:\Program Files\AIM\aim.exe"
    Save as filename.bat. For me, I used normal_programs.bat. Now, to Explain:

    REM: used as a comment line. Syntax: REM - comment
    START: this opens the file itself. Syntax: START "Program Title" "C:\File\directory\program.ext"

    Armed with that knowledge, edit the code you pasted to suit your needs, and save.

    IMPORTANT!! You must enter in the "Program Title", because Windows 9.x and up parses the first "quotes" as the title of the .bat file. And why do you need quotes? Because if you don't put the C:\Program Files\...etc in quotes, then the Batch executor doesn't read the spaces and instead sees them as a line break. For example, if you typed START C:\Program Files\Winamp\win.exe, you would get an error: "Unable to open C:\Program". Reading back on what I just typed I sort of lost understanding, so just remember...USE QUOTES!

    Some uses -
    Web.bat - run your FTP program, a text editor, perhaps your browser (mines always open, so its useless)
    Games.bat - for me, runs Roller Coaster Tycoon and a few cheat programs ;P
    Design.bat - opens photoshop, FTP, and a image editor for making images more web-ready (in my case IrfanView, but alot of people might use ImageReady)

    This idea was originally shown to me by Benno, but the actual research is thanks to Google and me pricking around. Enjoy
    NOSTALGIA IN THE WORST FASHION

    internet de la jerome

    because the internet | hazardous

  • #2
    Or you can use the elite Stabwound taskbar.

    sdg

    Comment


    • #3
      thats a lot what my taskbar looks like. i have nothing on the desktop at all, everything is on the taskbar, and it hides when the mouse is not on it.
      Ripper>cant pee with a hard on
      apt>yes u can wtf
      apt>you need to clear the pipes after a nice masturbation
      apt>i just put myself in a wierd position
      apt>so i dont miss the toilet
      Ripper>but after u masterbaition it usually goes down
      apt>na
      apt>ill show you pictures
      apt>next time I masturbate

      Comment


      • #4
        me too
        Like, there was this ninja who got
        ticked off at some people who kept
        talking while he was trying to rock
        out on his guitar, so the ninja totally
        flipped out and sang at them till
        they all exploded!!! (true story.)

        Comment


        • #5
          I have some icons on my desktop, but I try to keep it and the taskbar as spartan as possible.
          Jesus Christ on a pogo stick

          Comment


          • #6
            but you see, instead of having to even go to the taskbar and click, one click opens multiple programs. you can even just put those .bat's ON the taskbar, saving space.
            NOSTALGIA IN THE WORST FASHION

            internet de la jerome

            because the internet | hazardous

            Comment


            • #7
              i came up with putting everything on the taskbar..

              then the rest of the world copied me

              Comment


              • #8
                How do you make it so that your taskbar hides when your mouse isn't over it?
                Gaian Nakie Day

                Comment


                • #9
                  Originally posted by Vaela
                  How do you make it so that your taskbar hides when your mouse isn't over it?
                  Right-click on your taskbar. Go to Properties. Check "Auto-hide the taskbar".
                  sdg

                  Comment


                  • #10
                    my desktop is a fucking mess
                    A drunken mans words are a sober mans thoughts

                    LIGHT4CHAMPS

                    Comment


                    • #11
                      I love messing about with batch code But I'm fine with the way things are.

                      Comment


                      • #12
                        what is this thread about

                        Comment


                        • #13
                          Originally posted by NaiLed
                          what is this thread about
                          i got a 100 guns
                          a hundred clips

                          u better respeck
                          and do what u told

                          or u goin down
                          NOSTALGIA IN THE WORST FASHION

                          internet de la jerome

                          because the internet | hazardous

                          Comment


                          • #14
                            Why are you always running all those programs at the same time with Continuum? Trying to lag cheat or something?

                            Just put them all in your windows startup directory
                            Epinephrine's History of Trench Wars:
                            www.geocities.com/epinephrine.rm

                            My anime blog:
                            www.animeslice.com

                            Comment


                            • #15
                              Originally posted by Epinephrine
                              Why are you always running all those programs at the same time with Continuum? Trying to lag cheat or something?

                              Just put them all in your windows startup directory
                              well i don't need ALL those programs open at startup.

                              and with a gig of ram, making continuum lag is hard
                              NOSTALGIA IN THE WORST FASHION

                              internet de la jerome

                              because the internet | hazardous

                              Comment

                              Working...
                              X