in <[EMAIL PROTECTED]>: >Here is an AppleScript to list all running applications: > >tell application "Finder" > set procList to the processes > set procNames to "" > repeat with p in procList > set procNames to procNames & the name of p & return > end repeat > return procNames >end tell
Thanks, but doesn't work with me (on macOS X). But works in the applescript editor. I've put the script in a fld called "Scriptmac" In msg box, the script : do fld "scriptmac" as applescript return "Compiler error" _______________________________________________ use-revolution mailing list [EMAIL PROTECTED] http://lists.runrev.com/mailman/listinfo/use-revolution
