What a cool function Jim! And not documented either... What a gem to add to our bag of tricks! Thanks for sharing :)
> -----Original Message----- > From: [email protected] [mailto:[EMAIL PROTECTED] On Behalf Of James > Bentley > Sent: Tuesday, July 05, 2005 9:20 AM > To: RBG7-L Mailing List > Subject: [RBG7-L] - Re: Re Winzip Problem > > Charles, > > You should checkout the "LAUNCH" command at > www.rsyntax.com. Proper use of that commmand should > solve you problem. > > Also the command "SET VAR ZIPOUT TEXT = > (FORMAT(.#DATE,'BKDDMMM.ZIP')) could be used to > replace all of the code you listed before the ZIP > line. When I executed this command today July 5, 2005 > variable ZIPOUT = BK05Jul.ZIP. > > Jim Bentley > American Celiac Society > > > --- [EMAIL PROTECTED] wrote: > > > 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 > > > > Do I get the feeling that I have to purchase the > > RBTI zip program? > > > > Chuck Conrad > > > > > > > > > > <http://www.karconind.com/> Supporting the Arts > > in Indonesia > > > > > > Conrad, Charles Dean > > President Commissioner PT KarCon Indonesia > > Jl. Pondok Betung Raya > > Jakarta 15221 > > Indonesia > > [EMAIL PROTECTED] > > tel: > > fax: > > mobile: +62 21 7388-2068 > > +62 21 7388-2068 > > +62 81 189-7086 > > > > > > > > > <https://www.plaxo.com/add_me?u=8589960975&v0=51669&k0=1500330442> > > Add me > > to your address book... > > <http://www.plaxo.com/signature> Want a signature > > like this? > > > > > > > Jim Bentley > American Celiac Society > [EMAIL PROTECTED] > tel: 1-504-737-3293 > > __________________________________________________ > Do You Yahoo!? > Tired of spam? Yahoo! Mail has the best spam protection around > http://mail.yahoo.com
