Hello,
hoping this will be an easy question for someone out there:
'What's better for mapping drives, batch files or VBScript?'
I'm writing a logon script that maps various network drives for staff. the environment is W2K3 Server and WinXP clients (with an eye to moving toward Vista once it becomes more viable).
i could do it in either VBScript, or as a batch file.
the batch file (using the 'net use <letter> <path>' command) seems to be the more elegant solution as it seems to take a lot less lines of code to create mappings than the VBS equivalent. I do need to implement some flow-control based on users' group memberships, but again the batch file solution seems to be slightly less wordy.
on the other hand VBS is alot newer and the trend seems to be to move away from batch files and towards VBS.
Can anyone help?!
Cheers
Bob