Menu

#1543 Missing file with command line.

open
None
5
2015-08-13
2015-08-12
Antoine
No

Hi,
i try to compress files with command line.
When I do the compression, everything works perfectly except 4 files without extensions is missing.

My script :
@echo off
PATH=%PATH%;C:\Program Files\7-Zip
set /p VERSION=Entrer la version :
7z a -r -tzip "BootloaderChanger-d802-nevax-%VERSION%.zip" "%MEGADIR%\BootloaderChanger-d802-nevax-*." -xr!BootloaderChanger-.*

7-Zip [64] 15.06 beta : Copyright (c) 1999-2015 Igor Pavlov : 2015-08-09
Scanning the drive:
107 files, 181071432 bytes (173 MiB)
Creating archive: BootloaderChanger-d802-nevax-00.zip
Items to compress: 107
Files read from disk: 107
Archive size: 54414009 bytes (52 MiB)
Everything is Ok

%MEGADIR% & %VERSION% windows is a variable defined by myself.
They are not in read-only.

Thanks you Igor Pavlov.

1 Attachments

Discussion

  • Antoine

    Antoine - 2015-08-12

    The missinf files :
    aroma-config
    update-binary
    update-binary-installer
    updater-script

     
  • Antoine

    Antoine - 2015-08-13

    Fixed

     

Log in to post a comment.