Hello, I've been able to write a script to move Zip files to a local folder, but I'm trying to use the following which doesn't seem to work
See line of code here
intReturn = WshShell.Run("pkzip25.exe /add=update /move /temp=strDestSvr & strZipFile & " " & strAppFile,4,True)
strDestSvr is a mapped share that show being mapped when I run the Net Use command
Should I just use the hardcoded path?
See line of code here
intReturn = WshShell.Run("pkzip25.exe /add=update /move /temp=strDestSvr & strZipFile & " " & strAppFile,4,True)
strDestSvr is a mapped share that show being mapped when I run the Net Use command
Should I just use the hardcoded path?