Set objShell = CreateObject("Wscript.Shell")
objShell.Run "<\\UNCPATHC\test.vbs -output > <\\UNCPATH\test.txt"
The script calls the perl file but I cant get it to write the output to the test file which is also a UNCpath. How do I get the out from this vbscript to write to a file using UNC paths??
Our community of experts have been thoroughly vetted for their expertise and industry experience.