Can somebody help me with this stuff. I am new to this thing.
*** here is my login.bat ***@Echo off
:NTOS
\\fs\NETLOGON\kix32.exe \\fs\NETLOGON\LOGIN.SCR
***** here is my login.scr *****
$Drive="T"
$Share=\\fs\songs"
? " Mapping drive $Drive to $Share"
Use " $Drive: " /Delete
Use " $Drive: " $Share
If @Error = 0
? " Map Successful"
Else
? "Error mapping drive $Drive to $Share"
Endif
I have downloaded the Kixtart95 files and put them all into the Windows 2000 Server (PDC) "NETLOGON" . How should I save my script?? Is it with the extension Login.scr (Text).
Thank,
tony