Jump to content

Recommended Posts

Posted

I have the ZIP UDF posted by torrel and I'm using it to zip up a folder, send it via BITS to a remote pc and i want to then remotely unzip it.

it doesn't appear to want to let me use UNC paths for the path to the zip

This works:

_Zip_UnzipAll(@ScriptDir & "\fbs.zip","\\test\c$\Temp\",1)

but this doesn't:

_Zip_UnzipAll("\\test\c$\Temp\fbs.zip","\\test\c$\Temp\",1)

is there any way i can do it without having to execute the unzipall command on the pc itself?

Thanks

Create an account or sign in to comment

You need to be a member in order to leave a comment

Create an account

Sign up for a new account in our community. It's easy!

Register a new account

Sign in

Already have an account? Sign in here.

Sign In Now
×
×
  • Create New...