Hi,
i have Big Cats installed.
http://www.ranchero.com/bigcat/
It's a great plugin, but it accepts only sub-routine scripts like
this: (where begins with on.. in the first executable line)
--ToastIt
on main(filelist)
copy "Backup" & space & word 2 of ((current date) as text) & space &
word 3 of ((current date) as text) & space & word 4 of ((current date)
as text) to burn_n
tell application "Finder"
set burn_f to home as alias
set burn_f to (burn_f & "Backup") as text
end tell
tell application "Toast Titanium" --to open burn_f
open alias burn_f
end tell
end main
I would write this script to perform quickly:
1) Rename my standart- Backup folder in the home folder of Finder
(example: to turn folder Backup in Backup 22 6 08)
2) Add the renamed folder to the list of Toast T.
I can't figure out how to adiust my simple script so that permits 2 or
more actions in the same subroutine, else it accepts only one action!
Thanks,
i write from Italy..