Oracle FAQ Your Portal to the Oracle Knowledge Grid
HOME | ASK QUESTION | ADD INFO | SEARCH | E-MAIL US
 

Home -> Community -> Mailing Lists -> Oracle-L -> RE: Off topic - Command line zipping utility

RE: Off topic - Command line zipping utility

From: Yexley Robert D SSgt AFIT/SCA <Robert.Yexley_at_afit.af.mil>
Date: Mon, 4 Dec 2000 11:18:07 -0500
Message-Id: <10700.123534@fatcity.com>


This message is in MIME format. Since your mail reader does not understand this format, some or all of this message may not be legible.

------_=_NextPart_000_01C05E0D.C9539DE0
Content-Type: text/plain;

        charset="iso-8859-1"

Muru,

Winzip will do exactly what you need. It has command line switches that you can use to run it, and we have written a VBScript file that we run with the Windows Scheduler to run at certain times, and it also has a function that generates the current date, and uses it as part of the file name of the .zip file that gets created. I have attached a copy of our VBScript file, slightly modified (removed our system specific information is all) for you to use/modify/do whatever you want with. Also keep in mind that this doesn't HAVE to be a VBScript file, you could do nearly the same thing with a standard Windows batch (.bat) file. I know this because that is what we did before we discovered Windows Script Host and converted to VBScript.

Hope this helps.

Bob Yexley
<)))><

-----Original Message-----
From: Murugesan Balakrishnan [mailto:mail_oracle_at_yahoo.com] Sent: Friday, December 01, 2000 6:10 PM
To: Multiple recipients of list ORACLE-L Subject: Off topic - Command line zipping utility

Hello Lists,
I have a requirement to programatically zip certain files on daily basis and move to an archive folder. I could get a utility from pkware, but I am not sure whether I can programmatically change zip file name. i.e. for each date I would like to give 'common<date>' as file name, so that the file name is unique and I could locate the file based on date. This functionality needs to be achieved in NT with a batch file. Has anybody come across such an utility?

Any help would be highly appreciated.

Thanks
Muru



Do You Yahoo!?
Yahoo! Shopping - Thousands of Stores. Millions of Products. http://shopping.yahoo.com/
-- 
Please see the official ORACLE-L FAQ: http://www.orafaq.com
-- 
Author: Murugesan Balakrishnan
  INET: mail_oracle_at_yahoo.com

Fat City Network Services    -- (858) 538-5051  FAX: (858) 538-5051
San Diego, California        -- Public Internet access / Mailing Lists
--------------------------------------------------------------------
To REMOVE yourself from this mailing list, send an E-Mail message
to: ListGuru_at_fatcity.com (note EXACT spelling of 'ListGuru') and in
the message BODY, include a line containing: UNSUB ORACLE-L
(or the name of mailing list you want to be removed from).  You may
also send the HELP command for other information (like subscribing).


------_=_NextPart_000_01C05E0D.C9539DE0
Content-Type: text/plain; charset=US-ASCII

File attachment: Backup_Development.vbs

The file attached to this email was removed because files of this type are not accepted for delivery by your email gateway.
Received on Mon Dec 04 2000 - 10:18:07 CST

Original text of this message

HOME | ASK QUESTION | ADD INFO | SEARCH | E-MAIL US