How to execute a program with pure basic???

Just starting out? Need help? Post your questions and find answers here.
BackupUser
PureBasic Guru
PureBasic Guru
Posts: 16777133
Joined: Tue Apr 22, 2003 7:42 pm

Post by BackupUser »

Restored from previous forum. Originally posted by Leo.

Hello,
so I'm searching how to launch an exe with purebasic(the command?)
If you can help me....It would be very cool :wink:
(excuse me but I'm not good in english :(

Leo, webmaster Metagames
BackupUser
PureBasic Guru
PureBasic Guru
Posts: 16777133
Joined: Tue Apr 22, 2003 7:42 pm

Post by BackupUser »

Restored from previous forum. Originally posted by Andre.

Look for RunProgram() in the Misc Lib

Regards
André

*** German PureBasic Support ***
BackupUser
PureBasic Guru
PureBasic Guru
Posts: 16777133
Joined: Tue Apr 22, 2003 7:42 pm

Post by BackupUser »

Restored from previous forum. Originally posted by WolfgangS.

HI!
Here are two kinds to open a file.

viewtopic.php?t=1650
or
Result = RunProgram(FileName$, Parameter$, Flags)

MFG
:)WolfgangS
BackupUser
PureBasic Guru
PureBasic Guru
Posts: 16777133
Joined: Tue Apr 22, 2003 7:42 pm

Post by BackupUser »

Restored from previous forum. Originally posted by Leo.

OK, thanks

Leo, webmaster Metagames
Post Reply