list open applications on Windows
sims
sims at ezpzapps.com
Fri Feb 9 22:42:02 EST 2007
Can anyone tell me how to list the open applications on a Windows machine?
I found Sarah's wonderful Applescript (she's contributed many, many
things to this community!)
that lets me know what applications are open on a Mac. Thanks Sarah!
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
sims
More information about the use-livecode
mailing list