Alright, this is the simple startup script I wrote to
manage most of my programs on startup. It also connects
my DSL, then opens OE and my browser (MYIE). Everything
is in my tray as I want it. I am new at scripts but it
works like a charm. Only MS-DOS file names worked, which
may be obvious to the more vbs-learned here. To get the
MS-DOS file names, I used Properties Plus
http://www.ne.jp/asahi/cool/kish/pplusmain.htm which is
small shell extension that has several neat uses. Others
can comment on whether there is a better way to write
this script, which would be welcomed, and others can
tweak it to their liking by changing the program entries
and sleep duration, and use it. It is 24 lines long.
Set ss = WScript.CreateObject("WScript.Shell")
WScript.Sleep 2000
ss.run "C:\PROGRA~1\ZONELA~1\ZONEAL~1\ZONEAL~1.EXE"
WScript.Sleep 8000
ss.run "C:\PROGRA~1\VISUAL~1\VISUAL~1.EXE"
WScript.Sleep 5000
ss.run "C:\PROGRA~1\Lavasoft\AD-AWA~1\Ad-watch.exe"
WScript.Sleep 300
ss.run "C:\PROGRA~1\POWERM~1\POWERM~1.EXE"
WScript.Sleep 300
ss.run "C:\PROGRA~1\ARMSOF~1\MACROM~1\MACROM~1.EXE"
WScript.Sleep 300
ss.run "C:\PROGRA~1\SHORTK~1\shortkey.exe"
WScript.Sleep 300
ss.run "C:\PROGRA~1\WordWeb\wweb32.exe"
WScript.Sleep 300
ss.run "C:\DOCUME~2\Owner\Desktop\MISCPR~1\NEKO95~1
\Neko95.exe"
WScript.Sleep 2000
ss.run "C:\WINDOWS\system32\rasphone.exe -d MyISP"
WScript.Sleep 5500
ss.run "C:\PROGRA~1\MYIE2\MyIE.exe"
WScript.Sleep 3000
ss.run "C:\PROGRA~1\OUTLOO~1\msimn.exe"
WScript.Sleep 300
ss.run "C:\DOCUME~2\Owner\Desktop\MISCPR~1\SYSRES~1.EXE"