Hi ,
Iam using this command inside my perl script.
system("net use M: \\\\Stmroot\\data\\Essoc\\
Legal&Comp
\\LC_GMP\\
reports\\b
o");
...
script code
..
system("net use M: /DELETE ");
Iam getting Following error:
Network Drive is Already In use
Couldnot find network path
So iam able to Copy files from M drive. But Why iam not able to Disconnect it.
Any Syntax error:?
Start Free Trial