AlecStaar, thanks, that pretty nice.
Ge0ph - go crawl back under your rock.
Alec I have been playing around with scripts for startup of programs, still learning it but seems to work well so far.... have a look..
I found a nice program that controls your internet cache better than ie plus its freeware...here's the link
http://www.mindspring.com/~dpoch/enigmatic/index.html the problem is it needs to be started with explorer(being the lazy person that I am I only want to click 1 program instead of two) anyway here's how
create a script file with a vbs extension
net.vbs
contents as follows:
set shell = createobject("wscript.shell")
shell.run "cmd.exe /c start /BelowNormal C:\cachesentry\CacheSentry.exe"
shell.run "IEXPLORE.EXE"
now create a batch file to run it
net.bat
contents as follows:
wscript net.vbs
drop them both in your root directory and you can replace your ie icon with the batch file; now when you start explorer the cachesentry program starts first....
Then I just drop a new button on my taskbar and give it an icon. I'm just now learning vbscripting so I'm sure there is much more you could do, any pointers in that direction are appreciated......
Glad your here at the boards......
[This message has been edited by Widow (edited 11 February 2001).]