copy does not recurse subdirectories on extraction?
Verfasst: 11 Mär 2015, 18:14
I was reading this: https://download.uib.de/opsi4.0/doc/htm ... #_commands
For a program with a really large number of small files (fritzing) I am trying to unpack a .zip file. This zip file is packed recursively and includes subdirectories.
It does not copy the directories correctly, and even the files which should be in the 'root' of the InstallDir are not correct.
I get this error in the log file:
I first tried it only with '-x', but that did not work either. With LogLevel set to 9 the log doesn't contain any more useful information.
https://svn.opsi.org/filedetails.php?re ... osfunc.pas
Somewhere around the first hit for 'archive'.
And this refers to https://svn.opsi.org/filedetails.php?re ... pinter.pas, and that file calls UNZIPD32.DLL to unzip..
Uh, so this is not going to work anytime soon? Or am I doing something wrong? (again
)
For a program with a really large number of small files (fritzing) I am trying to unpack a .zip file. This zip file is packed recursively and includes subdirectories.
Code: Alles auswählen
[Files_install_64]
copy -sx "%ScriptPath%\files\x64.zip" "$InstallDir64$"
I get this error in the log file:
Code: Alles auswählen
Error: copy of c:\opsi.org\tmp\decompr\bins\ to C:\Program Files\Fritzing\ not possible. CreateFile for reading, File Error No. 3 (The system cannot find the path specified.<)
https://svn.opsi.org/filedetails.php?re ... osfunc.pas
Somewhere around the first hit for 'archive'.
And this refers to https://svn.opsi.org/filedetails.php?re ... pinter.pas, and that file calls UNZIPD32.DLL to unzip..
Uh, so this is not going to work anytime soon? Or am I doing something wrong? (again
