(The first time I posted this, I must have been drunk... It didn't make
much sense. I will reattempt):
So my vbs login script is all written... But now, how to I
get it to run (and display the echos) in a command window?
In AD, I have a test OU with the login.vbs assigned by
group policy... However, when the login script is running,
I get pop-up boxes for the echoes, saying "Connecting
this, doing that, etc". As I've said, I want these echoes
to take place inside a black cmd-style box.
I tried making a .bat (see below) that calls the
login.vbs with cscript, so see if I could get a nice black
box that way....
@echo off
%0\..\cscript login.vbs
exit
It did not work, tho, due to the cmd's innability to
handle UNC paths (I think).
Hopefully it's something simple that I'm overlooking....
Thanks for any hints!
------
You are subscribed as [email protected]
Archives: http://www.swynk.com/sitesearch/search.asp
To unsubscribe send a blank email to [EMAIL PROTECTED]