yarondavid
Programmer
I use a part of ASPECT script to unzip my zip files via PWZIP.EXE.
The uncompress action is work fine and all directories are unzipped but the files that are located in those directories are not extract so I didn't see the files after the uncompress action.
This is my part of script:
strfmt sCmdLine "%s %s`x01 %s`x01 -o" sPWZipPath pZipPath sTargetPath
run sCmdLine iRunTaskID ;Run PWZIP
while taskexists iRunTaskID ;Wait for PWZIP to finish
yield
endwhile
Moreover, can you please explain to me the command line:
sCmdLine "%s %s`x01 %s`x01 -o"
I don't understand what this mean `x01 %s`x01 -o
The uncompress action is work fine and all directories are unzipped but the files that are located in those directories are not extract so I didn't see the files after the uncompress action.
This is my part of script:
strfmt sCmdLine "%s %s`x01 %s`x01 -o" sPWZipPath pZipPath sTargetPath
run sCmdLine iRunTaskID ;Run PWZIP
while taskexists iRunTaskID ;Wait for PWZIP to finish
yield
endwhile
Moreover, can you please explain to me the command line:
sCmdLine "%s %s`x01 %s`x01 -o"
I don't understand what this mean `x01 %s`x01 -o