B4J Question Launch other application

kiki78

Active Member
Licensed User
Longtime User
Is there equivalent of B4A StartActivity in B4J, to launch other app, like Windows Explorer (win) or Finder (mac) ?

Regards,
Christian
 

Num3

Active Member
Licensed User
Longtime User
B4X:
    Dim sh As Shell
    sh.Initialize("eventname","executable",arguments As List)
 
Upvote 0
Top