I'm writing a simple script to automate connecting ro a network drive, but I need to add a password. Obviously, vbscript won't take:
wshell.run "net use w: \\network drive /user "password""
Anyone know how I can insert quotation marks inside of a string?
Matt
wshell.run "net use w: \\network drive /user "password""
Anyone know how I can insert quotation marks inside of a string?
Matt