So my vbs login script is all written... But now, how to I get it to run
(and watch the echos) in a command window?
In AD, I have a test OU with the login.vbs assigned by group policy...
That's not quite what I want, cuz I get pop-up boxes for the echoes,
saying "Connecting this, doing that, etc".
So. 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, but I can't
quite figure it out....
@echo off
%0\..\cscript login.vbs
exit
Hopefully it's something simple that I'm overlooking.... Thanks for any
hints!
_______________________
There are 10 types of people in the world: those who understand binary,
and those who do not.
------
You are subscribed as [email protected]
Archives: http://www.swynk.com/sitesearch/search.asp
To unsubscribe send a blank email to [EMAIL PROTECTED]