Plateforme Level Extreme
Abonnement
Profil corporatif
Produits & Services
Support
Légal
English
WinZip a file?
Message
De
26/08/1998 00:51:53
 
 
À
25/08/1998 09:30:37
Dragan Nedeljkovich (En ligne)
Now officially retired
Zrenjanin, Serbia
Information générale
Forum:
Visual FoxPro
Catégorie:
Autre
Titre:
Divers
Thread ID:
00129095
Message ID:
00129938
Vues:
36
>>You could try downloading the latest version of Winzip which has a command line version now! (Winzip V7) This command line version supports all the great original features of pkzip and pkunzip and long file names, and should run smoothly from the RUN command.
>>
>>HTH
>
>Does it support "winzip -u zipfile @listfile.txt"? That's the feature I've been missing ever since we went Windows, and the primary reason I kept zipping in an invisible DOS task. I have strict rules what gets archived with what - my slogan is always "ours the app and yours the data - everyone take care of his own stuff", so I maintain two lists, app files to get archived when I need to port the project to another development machine, and user files to get regularly archived from within the app.

Hi Dragan,
Yes it does, although it's a slightly different name
This single batch file command backs up all my development in minutes, to the file name supplied as a parameter. Beats the heck out of MS Backup
wzzip -a+ -rP -s"My long password" %1 @include.txt -x@exclude.txt
This does an incremental....
wzzip -i -rP -s"My long password" %1 @include.txt -x@exclude.txt
Of course there's a WZUNZIP as well

HTH
Dave
Précédent
Suivant
Répondre
Fil
Voir

Click here to load this message in the networking platform