Hi,
Have you tried the Winzip's command line program? It
is free from winzip.
Ted
From: rbase-l@rbase.com [mailto:[EMAIL PROTECTED] On Behalf Of [EMAIL PROTECTED]
Sent: Sunday, July 03, 2005 6:03 PM
To: RBASE-L Mailing List
Subject: [RBASE-L] - Re Winzip Problem
After loading the
latest version of 7.1 I can not longer zip my file to a backup directory.
I have been using the Winzip program below
WZZip.exe
This is the code
that I have been using.
SET VAR vdate = .#DATE
SET VAR vfile1 TEXT = ('BK')
SET VAR vfile2 TEXT = +
((CTXT(IDAY(.vdate)))+ (TMON +
(.vdate)))
SET VAR vfile2 TEXT = (SGET(.vfile2,5,1))
SET VAR zipout TEXT = (.vfile1+.vfile2 +'.zip')
ZIP wzzip &zipout MUSIC*.rb*
copy BK*.zip c:\music\backup
SET VAR vfile1 TEXT = ('BK')
SET VAR vfile2 TEXT = +
((CTXT(IDAY(.vdate)))+ (TMON +
(.vdate)))
SET VAR vfile2 TEXT = (SGET(.vfile2,5,1))
SET VAR zipout TEXT = (.vfile1+.vfile2 +'.zip')
ZIP wzzip &zipout MUSIC*.rb*
copy BK*.zip c:\music\backup
Do I get the feeling
that I have to purchase the RBTI zip program?
Chuck
Conrad
| ||||||||||||||
|