1.

Solve : question about a bat file at login.?

Answer»

Thanks for all you help.

this is what i have at the moment, and it works...

start IEXPLORE.EXE
NET USE H: /HOME
NET USE T: \\ourserver02\software
NET USE P: \\ourserver01\Public
NET USE Q: \\ourserver02\Audit
NET USE R: \\ourserver\it-ops
\\ourserverdc02\SYSVOL\xxxxx.ie\scripts\LSclient.exe miinvser
exit


the problem seems to be when you run
"c:\PROGRAM files\internet explorer\iexplore.exe"
the bat file WONT go past that part, but if you change it to

start IEXPLORE.EXE
it works fine.

not really sure why one works where the other fails, as they would appear to be doing the same thing..
but thanks again to everybody who helped, its much APPRECIATED...

Damien

Quote

start IEXPLORE.EXE

Internet Explorer works well when INVOKED without a path.
For more information you have to get into the Microsoft SDK.


Discussion

No Comment Found