Tilted Forum Project Discussion Community  

Go Back   Tilted Forum Project Discussion Community > Interests > Tilted Technology


 
 
LinkBack Thread Tools
Old 11-11-2004, 06:54 PM   #1 (permalink)
Crazy
 
BAT File to automatically ZIP/RAR files with specific extension?

I am looking for a BAT file to monitor a folder on my Windows machine that can specifically monitor the folder for a certain file extension, and when it finds a file with that extension, will automatically ZIP or RAR the file, then delete the file it compressed (this is a similar process to Adobe Distiller monitoring for *.ps files to change into PDF).

EDIT:
Seems I found that DOSRAR exists with every install of WinRAR, but now I need some help on the BAT part. The file I will be compressing will be constantly getting bigger (a Counter-Strike demo, to be exact) so therefor I can't set the BAT script to run with Windows Task Scheduler because attempting to RAR when the file is still growing wouldn't be any good. I need a process in the script that can check the filesize of the file (*.dem) and then check it again in X minutes/seconds and if FileSize1 < FileSize2 then checkAgain. Then once FileSize1 == FileSize2, run the action of RARing the file (shown below) and set FileSize1 == 0.

HTML Code:
rar a -m5 -agddmmyy_hhmm -ep -df C:\folder1\ @backup.lst
Could anybody be so kind to help me with this or turn me somewhere for help? Thanks!

Last edited by kukyfrope; 11-12-2004 at 09:51 AM..
kukyfrope is offline  
Old 11-11-2004, 06:58 PM   #2 (permalink)
Addict
 
Well, at least with Winrar, there is an option that will allow you delete the file that you have just archived. So I am guessing any script that watches a folder would be able to call Winrar with the appropriate command line to do that deletion. As for the actual script, I can't help you there I'm afraid.
phukraut is offline  
Old 11-11-2004, 07:13 PM   #3 (permalink)
Crazy
 
EDIT: Refer to post 1, changed my topic/entry.

Last edited by kukyfrope; 11-11-2004 at 09:46 PM..
kukyfrope is offline  
 

Tags
automatically, extension, files, program, specific, zip or rar


Posting Rules
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts

BB code is On
Smilies are On
[IMG] code is On
HTML code is Off
Trackbacks are On
Pingbacks are On
Refbacks are On



All times are GMT -8. The time now is 08:20 AM.

Tilted Forum Project

Powered by vBulletin® Version 3.8.7
Copyright ©2000 - 2024, vBulletin Solutions, Inc.
Search Engine Optimization by vBSEO 3.6.0 PL2
© 2002-2012 Tilted Forum Project

1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28 29 30 31 32 33 34 35 36 37 38 39 40 41 42 43 44 45 46 47 48 49 50 51 52 53 54 55 56 57 58 59 60 61 62