S
Sid Knee
I'm curious .... is there any way to determine/set the sequence of
running programs in the startup folder?
running programs in the startup folder?
I'm curious .... is there any way to determine/set the sequence of
running programs in the startup folder?
Jerold said:You can remove the shortcuts from the Startup folder and use a batch file in the startup folder.
Startup.bat would contain shortcuts, like:
@echo off
"C:\Documents and Settings\All Users\Start Menu\Programs\Microsoft FrontPage.lnk"
sleep 2
"C:\Documents and Settings\Jerry\Favorites\jsi_orders.lnk"
Jerold said:@echo off
"C:\Documents and Settings\All Users\Start Menu\Programs\Microsoft FrontPage.lnk"
sleep 2
"C:\Documents and Settings\Jerry\Favorites\jsi_orders.lnk"
Jim said:Yes, very good, apart from the unfortunate "'sleep' is not recognized as an
internal or external command, operable program or batch file." error at line 3.
(Have you been at the unix again?)