finding a zip
finding a zip
- Subject: finding a zip
- From: John <email@hidden>
- Date: Wed, 09 Jan 2002 22:40:50 +1100
Hi all,
It is my early scripting days and I am writing a backup script to a zip
disk. I am having trouble writing a script that will distinguish between
a zip disk and a CD.
Some CDs still have free space so the expression
set backupdisk to name of every disk whose ejectable is true and free
space > 0
still returns a CD if it is present. Is there any property that I can
use to distinguish between them?
John Cochrane