PDA

View Full Version : logon script question??


cywong18
06-22-2001, 03:00 AM
The client computer are WIN9x or NT workstations
and the server is winNT4.0

would you tell me :
1. how to use a .vbs file to be logon script
i have tried to use a .vbs file to be logon script but
it just show the message: "bad command or filename" !!!! how to solve the problem!! thx

2. how to get the username by the batch file running in win9x computer. thx

RWSchlatter
06-25-2001, 07:00 PM
for Question 1:
are you sure that the Windows Scripting Host (WSH) is installed on the clients (should be if you are running an IE version 5.x). Possibly use the CScript command in the logon script to run the vbs file.

______________
Regards - Richard