Sambellie
04-21-2006, 04:55 PM
Hi
Im running an login script as a *.bat file could someone help me convert it to an .vbs im new to vbs dont got the skillz i wanted to have it in an internet explorer box welcome username goodmorning mapping drive blabla you are now connected to server: ...
---------this is how i got my batch script now this script is running on terminal server w2k3
@ECHO OFF
TITLE %USERNAME%
:begin_script
ECHO.
ECHO.
Im running an login script as a *.bat file could someone help me convert it to an .vbs im new to vbs dont got the skillz i wanted to have it in an internet explorer box welcome username goodmorning mapping drive blabla you are now connected to server: ...
---------this is how i got my batch script now this script is running on terminal server w2k3
@ECHO OFF
TITLE %USERNAME%
:begin_script
ECHO.
ECHO.