tpreethi4u
Thread Starter
- Joined
- Apr 22, 2010
- Messages
- 1
Hi,
I have a batch program which does rar compression of .bak files and deletes the .bak file.
Here is the program:
@echo off
rar a -ag-MMM-YY -m5 ICTS_DataSpring_V3.rar *.dmp
del *.dmp
forfiles /d -1 /p "." /m ICTS*.rar /c "cmd /c del @FILE"
It is not compressing the files.
Please help.
I have a batch program which does rar compression of .bak files and deletes the .bak file.
Here is the program:
@echo off
rar a -ag-MMM-YY -m5 ICTS_DataSpring_V3.rar *.dmp
del *.dmp
forfiles /d -1 /p "." /m ICTS*.rar /c "cmd /c del @FILE"
It is not compressing the files.
Please help.