Below is a sample of the login script that I created on my system.

Rem Logon Script

Echo Welcome %USERNAME% TO WINDOWS
Echo %USERDOMAIN% SERVER

Rem Drive Mapping******
Rem Home Folders

NET USE H:\\SERVERNAME\%USERNAME$%

Rem Group Folders

NET USE G:\\SERVERNAME\%GROUPNAME%

Rem End Script

I name this bile logon.bat and place in the share folder on the Win NT server I am running. I also place the necessary Kixtart files in the same share folder as the logon.bat file.

I then copy the file needed for the win 95/98 client on the client machine restart the client machine and the logon script did not work.

Please note he logon script was written in notepad.

How do I write this script so that it can run on the win 95/98 clients. (desperately needed to be done).

Thanks

wwood