cancel
Showing results for 
Show  only  | Search instead for 
Did you mean: 
wavelinker
Level 3

How to launch all apps in a specified folder?

In OnFirstUIAfter of an installscript, I'd like to launch any and all apps that are found in a specified folder. The number and names of the apps may differ for each user, so I need a way to launch all the apps found in the user's app folder. Any ideas?
Labels (1)
0 Kudos
(1) Reply
wavelinker
Level 3

Figured it out. Did a FindAllFiles action on the specified folder, and then did LaunchAppAndWait within a while loop until all the apps had run.
0 Kudos