Menu

#24 Absolute paths

open
nobody
None
5
2012-12-07
2003-08-01
Anonymous
No

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 !

Discussion

  • Nobody/Anonymous

    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

     
  • Nobody/Anonymous

    Logged In: NO

    7zg seems to allow absolute paths.

     

Log in to post a comment.

Want the latest updates on software, tech news, and AI?
Get latest updates about software, tech news, and AI from SourceForge directly in your inbox once a month.