|
|||||||
![]() |
|
|
LinkBack | Thread Tools | Search this Thread | Rate Thread | Display Modes |
|
|
#1 |
|
Member (11 bit)
|
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. |
|
|
|
|
|
#2 |
|
Registered User
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 Double-click it to start all apps at once. |
|
|
|
|
|
#3 | |
|
Member (11 bit)
|
Quote:
|
|
|
|
|
|
|
#4 | |
|
Member (11 bit)
|
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:
|
|
|
|
|
|
|
#5 |
|
Registered User
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 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 |
|
|
|
|
|
#6 |
|
Member (11 bit)
|
Thanks it works now
|
|
|
|
|
|
#7 |
|
Member (7 bit)
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.
|
|
|
|
|
|
#8 | |||
|
Member (11 bit)
|
Quote:
Quote:
Then for every other program you want to use just add another line of this Quote:
|
|||
|
|
|
![]() |
| Bookmarks |
| Thread Tools | Search this Thread |
| Display Modes | Rate This Thread |
|
|