Hi Dilwyn,
I can't unzip the Zip manager with ACP and Winzip says it is not a 
valid
zip-file.
François Van Emelen

My ISP has now managed to restore full functionality to the websites 
on the server they had problems with. I've uploaded it again and it 
seems to work OK now. Apologies for the problems. If you downloaded it 
before this morning, it won't work, because the server problems 
reduced the 58K file to only 38K so about half of it was not even 
there. Anyone who downloaded it today should be OK (cacheing 
permitting).

Not advisable to unzip it with Winzip anyway, since it won't know 
anything about QL file headers - you won't be able to EXEC unzip_obj 
afterward without manually restoring the executable file header.

Best to unzip it with ACP if you can, otherwise just use UNZIP to 
decompress it as follows, assuming zipman_zip is on FLP1_ and we are 
unzipping it to RAM1_

DATA_USE RAM1_
EX FLP1_UNZIP;'FLP1_zipman_zip'

or

EX FLP1_UNZIP;'-d ram1_ flp1_zipman_zip'

(note: space between -d and ram1_, and another space between ram1_ and 
flp1_zipman_obj)

-- 
Dilwyn Jones



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

Reply via email to