Go Back   PCMech Forums > Help & Discussion > Software Discussion & Support

Need Some Help? Type Your Keywords Here:

Reply
 
LinkBack Thread Tools Search this Thread Rate Thread Display Modes
Old 03-30-2004, 04:25 PM   #1
Member (11 bit)
 
Blue_Gundam2002's Avatar
 
Join Date: May 2003
Location: Houston, Texas
Posts: 1,340
Send a message via AIM to Blue_Gundam2002 Send a message via Yahoo to Blue_Gundam2002
Starting multiple programs at once

I use a laptop at school and I don't want any programs to start at startup, but at home I want to be able to open all my programs at one time when my computer starts by clicking on an icon or something. Does anyone know how to do this or if its possible?
__________________
Main: ASUS P5k SE/Core 2 Duo E6550/4x1024mb DDR2 800
GeForce 8600 GT 256MB/WD 36.7GB Raptor - WD 320GB x2 - WD - 750GB x2 - WD 640GB

Laptop: Acer Aspire One AOA150
945GSE/Atom N270/1024mb DDR2 533/8.9" WSVGA/120GB HDD/2.3 lbs.

HTPC: Shuttle K48
945GC/Pentium E2180/2x1024mb DDR2 800/80GB HDD/Vizio V37L 37" LCD 1080i


Join us in the pcmech irc channel on undernet #Pcmech.
Blue_Gundam2002 is offline   Reply With Quote
Old 03-30-2004, 04:38 PM   #2
aym
Registered User
 
aym's Avatar
 
Join Date: Nov 2001
Posts: 1,965
One option is bat files, create a text file in notepad, with contents like this:
Code:
@echo off
start c:\path\to\exe1
start c:\path\to\exe2
start c:\path\to\exe3
and save it with .bat extension.

Double-click it to start all apps at once.
aym is offline   Reply With Quote
Old 03-30-2004, 05:13 PM   #3
Member (11 bit)
 
Blue_Gundam2002's Avatar
 
Join Date: May 2003
Location: Houston, Texas
Posts: 1,340
Send a message via AIM to Blue_Gundam2002 Send a message via Yahoo to Blue_Gundam2002
Quote:
Originally posted by aym_7
One option is bat files, create a text file in notepad, with contents like this:
Code:
@echo off
start c:\path\to\exe1
start c:\path\to\exe2
start c:\path\to\exe3
and save it with .bat extension.

Double-click it to start all apps at once.
Thats what I was thinking, but I couldn't remember what it was called or how to make it.
Blue_Gundam2002 is offline   Reply With Quote
Old 03-30-2004, 07:10 PM   #4
Member (11 bit)
 
Blue_Gundam2002's Avatar
 
Join Date: May 2003
Location: Houston, Texas
Posts: 1,340
Send a message via AIM to Blue_Gundam2002 Send a message via Yahoo to Blue_Gundam2002
I can't seem to get this to work, whenever I click on it I get a messages saying it can't find "c:\programs" for the last 4 programs.
Quote:
@echo off
start c:\em3\emIII.exe
start C:\Program Files\mozilla.org\Mozilla\mozilla.exe
start C:\Program Files\AIM\aim.exe
start C:\Program Files\Folding@Home\winFAH.exe
start C:\Program Files\Hotmail Popper\hotpop.exe
Blue_Gundam2002 is offline   Reply With Quote
Old 03-31-2004, 05:09 AM   #5
aym
Registered User
 
aym's Avatar
 
Join Date: Nov 2001
Posts: 1,965
To solve the problem, use the following syntax for start:

Code:
start /d"c:\path\with spaces\to\" name.exe
EDIT:
Code:
@echo off
start c:\em3\emIII.exe
start /d"C:\Program Files\mozilla.org\Mozilla\" mozilla.exe
start /d"C:\Program Files\AIM\" aim.exe
start /d"C:\Program Files\Folding@Home\" winFAH.exe
start /d"C:\Program Files\Hotmail Popper\" hotpop.exe
aym is offline   Reply With Quote
Old 03-31-2004, 04:07 PM   #6
Member (11 bit)
 
Blue_Gundam2002's Avatar
 
Join Date: May 2003
Location: Houston, Texas
Posts: 1,340
Send a message via AIM to Blue_Gundam2002 Send a message via Yahoo to Blue_Gundam2002
Thanks it works now
Blue_Gundam2002 is offline   Reply With Quote
Old 03-31-2004, 07:18 PM   #7
Member (7 bit)
 
DriftWolf's Avatar
 
Join Date: Jan 2004
Location: hopelessly lost in thought
Posts: 75
Hey thats cool would you mind giving those directions in detail for a XP system.
DriftWolf is offline   Reply With Quote
Old 03-31-2004, 08:17 PM   #8
Member (11 bit)
 
Blue_Gundam2002's Avatar
 
Join Date: May 2003
Location: Houston, Texas
Posts: 1,340
Send a message via AIM to Blue_Gundam2002 Send a message via Yahoo to Blue_Gundam2002
Quote:
Originally posted by DriftWolf
Hey thats cool would you mind giving those directions in detail for a XP system.
Just open up notepad and put in this
Quote:
@echo off
start /d"c:\path\with spaces\to\" name.exe
The save as, and change "save as type" to all files, then for the name just put something like whatever.bat

Then for every other program you want to use just add another line of this
Quote:
start /d"c:\path\with spaces\to\" name.exe
Blue_Gundam2002 is offline   Reply With Quote
Reply

Bookmarks

Still Need Help? Type Your Keywords Here:


Thread Tools Search this Thread
Search this Thread:

Advanced Search
Display Modes Rate This Thread
Rate This Thread:

Posting Rules
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts

BB code is On
Smilies are On
[IMG] code is On
HTML code is On
Trackbacks are On
Pingbacks are On
Refbacks are On



All times are GMT -5. The time now is 05:44 PM.
Powered by vBulletin® Version 3.8.7
Copyright ©2000 - 2012, vBulletin Solutions, Inc.
SEO by vBSEO 3.6.0 PL2