1.

Solve : WINRAR - FILES?

Answer»

I am taking CERTAIN types of  files as backup into a particular folder every day using the FOLLOWING batch files.

echo off
cls
COPY d:\s3kg\data\*.dbf e:\backups /V
COPY d:\s3kg\data\*.idx e:\backups /V
PAUSE

How do I make these files zipped using winRAR in windowsxp inside the  batch file?




CHECK out the winrar command line usage:

go to command prompt and type:
CODE: [Select]cd %programfiles%\winrar
rar.exe
youll get a large list of winrar command LINES



Discussion

No Comment Found