Struggling with Zip
Posted: Sun Mar 09, 2025 10:53 am
Hi,
My aim is to get a whole directory of about 160 files compressed into a single Zip archive. I've downloaded Zip and I'm trying to use it but the help you get when just using "EX zip" isn't a lot of use. My simple brain needs an example so I can get on with it.
I've been using Q-emulator by the way, so haven't needed to get involved with unzip, although that seems simpler to use.
I've tried variants along the lines of:
EX mdv2_zip,"mdv3_test","mdv1_"
Where zip is located on mdv2_, the destination file to be created will be mdv3_test, and the directory to be compressed is mdv1_
That gets an "in use" error.
EX mdv2_zip;"mdv3_test","mdv1_"
gives "bad parameter"
So dice so far.
Any ideas where I'm going wrong?
Cheers,
Alan
My aim is to get a whole directory of about 160 files compressed into a single Zip archive. I've downloaded Zip and I'm trying to use it but the help you get when just using "EX zip" isn't a lot of use. My simple brain needs an example so I can get on with it.
I've been using Q-emulator by the way, so haven't needed to get involved with unzip, although that seems simpler to use.
I've tried variants along the lines of:
EX mdv2_zip,"mdv3_test","mdv1_"
Where zip is located on mdv2_, the destination file to be created will be mdv3_test, and the directory to be compressed is mdv1_
That gets an "in use" error.
EX mdv2_zip;"mdv3_test","mdv1_"
gives "bad parameter"
So dice so far.
Any ideas where I'm going wrong?
Cheers,
Alan