I have an application where I am mapping a drive using the NET USE command.
It does not work with LAUNCH but works fine with ZIP.  Is this the intended syntax?  For some reason I thought ZIP was being replaced by LAUNCH.
 
This works:
ZIP net use L: \\DellServer\Public /persistent:yes /user:username password
 
This does not work nor shows any errors:
 
LAUNCH net use L: \\DellServer\Public /persistent:yes /user:username password
 
Is ZIP the preferred syntax?
Thanks!
-Bob

Reply via email to