Set custom temp directory
-
Hi
I’m trying to add files directly to an archive, not first to at temp. file which then will be move to the final location.
The $ <directory>command seems to be usefull, but it have no influence.
I use following command:c:\temp\pacomp.exe -a -P -t “z:\backup\backupfile.zip” @“c:\temp\fileliste.txt” $"z:\backup"
What do I do wrong or is it a bug?</directory>
-
I can’t check at the moment but the $ is a command.
Therefore I would expect to use the switch:c:\temp\pacomp.exe -a -P -t -$"z:\backup" “z:\backup\backupfile.zip” @“c:\temp\fileliste.txt”