First, decide what you need the script to do. 2nd, write the script (using the .bat extension). 3rd, insert a copy of the script into the winnt/system32/repl/import/scripts folder. This is the "netlogon" share seen in network neighborhood under each domain controller. 4th, specify the script in each users profile.<br>
<br>
If you're just mapping network drives, a sample script would look something like this -<br>
<br>
NET TIME \\<SERVER NAME> /SET /YES<br>
NET USE <DRIVE LETTER ON CLIENT>: \\SERVERNAME\SHARENAME<br>
<br>
Repeat the "net use" command for each share you want mapped on the client.