At 2:13 PM -0400 6/21/99, Heath Tanner wrote: >Thanks for asking. You're right. I didn't offer enough information. I was >hoping there might be a known issue which wouldn't require further >investigation. > >Here's the Applescript: > >------ >property perlScript : "PowerCenter:Desktop Folder:macweblint.pl" > >tell application "MacPerl" > return Do Script ({perlScript}) mode Batch without extract >end tell >------ Why are you putting perlScript into {}'s? That's making a string into a list containing a string. You probably don't want to do that - since the Do Script command is expecting a string... -Jeff Lowrey ===== Want to unsubscribe from this list? ===== Send mail with body "unsubscribe" to macperl-request@macperl.org