It seems that pwzip does not like space in directory name.
Is there a way do this with pwzip. And by the way what is purpose of the `x01 characters in the that follow target path and source path in pwzip command line?
I tried the folowing and can't get it to work:
source = "c:\aspect\scripts\*.was
target = "c:\backup\system1 script\backup
strfmt cmd "c:\aspect\pwzip.exe %s`x01 %s `x01 -c" target source
run cmd
but when I change the directory name from "system1 script" to "system1script" the it works just fine
Unfortunaly I can't change the directory name which alreay defined by the systeam administrator. Therefore I need to figure out how make this work
Thanks
Is there a way do this with pwzip. And by the way what is purpose of the `x01 characters in the that follow target path and source path in pwzip command line?
I tried the folowing and can't get it to work:
source = "c:\aspect\scripts\*.was
target = "c:\backup\system1 script\backup
strfmt cmd "c:\aspect\pwzip.exe %s`x01 %s `x01 -c" target source
run cmd
but when I change the directory name from "system1 script" to "system1script" the it works just fine
Unfortunaly I can't change the directory name which alreay defined by the systeam administrator. Therefore I need to figure out how make this work
Thanks