How about launching Internet Explorer from a batch file?
You have to use the bat file to start IE.
Create a batch file with this as the first line...
start iexplore
Add the rest of your stuff below the first line.
Or add your message to a .txt file.
Then use this line...
start iexplore c:\path to whatevername.txt
IE will start with the message displayed in IE.
You can also use...
start iexplore page
where page is the Web page address for the Web page that you want to appear
when Internet Explorer starts.
I tried all of these and they worked fro me.
Examples...
start iexplore
http://www.google.com/advanced_search?hl=en
start iexplore.exe C:\Documents and Settings\Wesley P.
Vogel\Desktop\MESSAGE.txt
start iexplore.exe %userprofile%\Desktop\MESSAGE.txt
Someone else may have something better, but I had fun. :-D
--
Hope this helps. Let us know.
Wes
MS-MVP Windows Shell/User
In