Note: This is a work in progress and will be formatting errors. Read more about the project on the home page.
the programs [of machine "zone:Mac"]
Value returned: a return-delimited list of applications currently running on the same machine as HyperCard of machine "zone:Mac",
you get a list of Apple event-aware programs running on a remote machine.
put the programs into card field 2
answer programs()
get the programs of machine "Zone 3:Freda's Mac"
on mouseUp
if the systemVersion < 7.0 then
answer "Requires System 7 or greater!"
exit to HyperCard
end if
answer "The programs running at present are:"¬
& return & return & the programs
end mouseUp
Functions
Version 0.7b1 (March 24, 2022)