I'm trying to setup a simple login script to map some network drives
I looked at this http://technet.microsoft.com/en-us/library/cc770908.aspx
I have s simple batch file
Net use h: \\myserver\share
Net use s: \\myserver\accounts
but can't get it to work! - no drives... mapped no errors...
(also tried a simple VBS script)