How can I run an application from a blitzmax application?
Something Like this (example): RunFile( FilePath$ )? I can't find anything.
Thanks.
Something Like this (example): RunFile( FilePath$ )? I can't find anything.
Thanks.
system_ "notepad"
system_ "open /Applications/Calculator.app"(stolen straight from the wiki)