Chris_
Excalibur
Hello, I have come across a problem when just logged into my XP account which is: Sygate Personal firewall, and Norton Internet Security, are the last things to load. But, I have Gmail Notifier and MSN Messenger "fail" to login. This is because of my firewall being the thing that loads last. The overall startup isn't slow it's just getting annoying having to relogin once fully started up.
So I have been googling for a way to specifically order the way programs start up on boot up, and read one here which says write a batch file that runs the programs in which the order they are written, and then put the file in the Startup group.
I have been trying to create a batch file but don't exactly know many commands. Here's what I have tried so far, without success.
If anybody knows a way how I can do this successfully, could you help me out?
Cheers,
- Chris :x:
So I have been googling for a way to specifically order the way programs start up on boot up, and read one here which says write a batch file that runs the programs in which the order they are written, and then put the file in the Startup group.
I have been trying to create a batch file but don't exactly know many commands. Here's what I have tried so far, without success.
Code:
@ECHO OFF
CALL X:\Path\Of\File\.exe
CLS
EXIT
If anybody knows a way how I can do this successfully, could you help me out?
Cheers,
- Chris :x: