----- Original Message ----- 
From: "Bill Waugh" <[EMAIL PROTECTED]>
To: <[EMAIL PROTECTED]>
Sent: Tuesday, December 12, 2006 12:53 PM
Subject: [ql-users] unzip


> in QPC
> My memory is letting me down ( also most QL manuals are in the attic
> following a major decorating stint beginning of the year )
> I am trying to unzip xchange with
>
> Ex win1_unzip_exe, win1_xch390el_zip
> without luck - keeps coming up not found, looks like I have the 
> format wrong
> somewhere, would be nice to put the result in Win1_xchange     sub 
> directory
> also.
Try:
Ex win1_unzip_exe;'win1_xch390el_zip'

This will unzip it to the DATA_USE default drive. For example, if you 
want to unzip to ram1_:

DATA_USE 'RAM1_'
Ex win1_unzip_exe;'win1_xch390el_zip'

If you want to keep the old DATA_USE setting:

d$=DATAD$
DATA_USE 'RAM1_'
Ex win1_unzip_exe;'win1_xch390el_zip'
DATA_USE d$

Hope this helps.

-- 
Dilwyn Jones


_______________________________________________
QL-Users Mailing List
http://www.q-v-d.demon.co.uk/smsqe.htm

Reply via email to