making new disc with properties
making new disc with properties
- Subject: making new disc with properties
- From: <email@hidden>
- Date: Mon, 29 Oct 2001 15:26:11 -0600
I cannot figure out how control the properties of a new CD in Toast 5.0.2. I
can make a new one using the defaults I set up before hand in Toast but not
change them via scripts. Any ideas?
tell application "Toast Titanium 5.0.2"
activate
make new ISO 9660 disc
set theCDToBurn to disc 1
add to theCDToBurn items {theFolder}
end tell
This works fine and creates and sets up a new CD eith the settings I set up
before. If I try..
make new ISO 9660 disc with properties {iso format:CD, iso naming: Allow
Macintosh Names}
It will compile, but toast will not understand the parameters...
Anyone?Anyone?
Thanks,
Ron