the cat
03-06-2002, 03:00 PM
I was wondering whether it is possible to use the fscommand "exec" function to launch an applescript which is inside a folder in my disk image. The actionscripting I'm using is this:
on (release) {
fscommand ("exec", "scripts/ITbasicintroscript");
}
This is not working....
"scripts" is the name of the folder and "ITbasicintro"is the name of the script. I have many applescripts and I want to organise them into a folder.
Any suggestions???
The Cat
on (release) {
fscommand ("exec", "scripts/ITbasicintroscript");
}
This is not working....
"scripts" is the name of the folder and "ITbasicintro"is the name of the script. I have many applescripts and I want to organise them into a folder.
Any suggestions???
The Cat