No ExecFile() or CreateProcess() ?
BlitzMax Forums/BlitzMax Programming/No ExecFile() or CreateProcess() ?| 
 | ||
| Aren't these essential core commands in any language? | 
| 
 | ||
| We don't have them in Danish, and we get along just fine without :) What does CreateProcess do? ExecFile is definitely needed. | 
| 
 | ||
| CreateProcess() runs a file or program and keeps a handle on it to gather any returned data or output. | 
| 
 | ||
| CreateProcess() will be supported in the next release. | 
| 
 | ||
| Great news.  Will we be able to emulate ExecFile() with it? | 
| 
 | ||
| Now all we need is CreateThread(Function Ptr) =] | 
| 
 | ||
| have a look here: http://www.blitzbasic.com/Community/posts.php?topic=42310 | 
| 
 | ||
| Yes, have a look at Mark's response in the second to last post...  =] | 
| 
 | ||
| And you believe that post had no ulteriour motive? Heh, you have a lot to learn to about "fair" "compeition" :) | 
| 
 | ||
| Me lost now.  Eh? | 
| 
 | ||
| I wasn't prepared to back that up with any evidence. (Both jokes, however bad ;)) | 
| 
 | ||
| OpenURL("readme.txt") This runs the file as if clicked with mouse on folder.. Exactly what I was looking for |