Why can´t use absolute paths ??? I make this question
because I need, for example, make a 7z file, thats
contain c:\mis documentos\*.* and
c:\documentacion\*.doc, but I can't specify that in the
command line, and I can't update the file, because
7za.exe say that the function is not implemented yet.
Is another solution for a problema like that ???
Thanks for your answer, and congratulations for an
excelent job !
Logged In: NO
What I did:
I copied 7zan.exe to the root of the C: drive. Then I made a
batch file containing:
C:\7zan.exe u C:\Backup\Factuurhistorie\Facturen.7z
Factuurhistorie\* -r -ms=off
In your case the batch file should be like:
C:
cd \
C:\7zan.exe u c:\docs.7z "mis documentos"\*.* -r -ms=off
and
C:\7zan.exe u c:\docs.7z documentacion\*.doc -r -ms=off
I think this should work. Give it a try.
Greetings,
Gert
Logged In: NO
7zg seems to allow absolute paths.