Pure Laziness

Defib

Expert Member
Joined
Mar 6, 2005
Messages
2,248
Reaction score
47
Location
Cape Town
Hello Folks.

Out of shere laziness and nothing other reason I am asking for help here.

Each morning I have to start three different applications on my XP box @ work.

One is a custom written program for us, outlook and an excel spreadsheet.

Is there any way i can write a "bat type file" to run all three at one click.

Im not very script or programming literate.

Looking forward to all input
 
Can you not configure it to start up using the start up manager, so that when you boot your pc, those applications open as well?
 
Or even task manager...You can schedule all your apps.
 
Chuck them all in

C:\Documents and Settings\[User name]\Start Menu\Programs\Startup - Win XP
C:\Users\[user name]\AppData\Roaming\Microsoft\Windows\Start Menu\Programs\Startup - Win 7

Or try this link

I think the laziness was you not Googling. :p
 
Chuck them all in

C:\Documents and Settings\[User name]\Start Menu\Programs\Startup - Win XP
C:\Users\[user name]\AppData\Roaming\Microsoft\Windows\Start Menu\Programs\Startup - Win 7

Or try this link

I think the laziness was you not Googling. :p

+1 Any task required to do more than once is worth automating.
 
echo off
c:\...outlook.exe
c:\..excel.exe
c:\..ie.exe
exit
 
It's actually 8 clicks. Double click, minimize, double click, minimize, double click. :-)
 
1. Have all three as a shortcut on desktop
2. Click and drag select all and hit enter
3. ????
4. PROFIT!!!!!!!
 
Chuck them all in

C:\Documents and Settings\%USERNAME%\Start Menu\Programs\Startup - Win XP
C:\Users\[user name]\AppData\Roaming\Microsoft\Windows\Start Menu\Programs\Startup - Win 7

Or try this link

I think the laziness was you not Googling. :p

There i fixed it :-)
 
Drag the shortcuts for all 3 into the Startup folder under Programs. Hold Ctrl to make copies instead of moving them. Right click on each of them and select properties. Under Run select minimized and save settings.
 
Top
Sign up to the MyBroadband newsletter
X