Run Command

BlitzMax Forums/BlitzMax Beginners Area/Run Command

Gehhilfe(Posted 2005) [#1]
How can i run Command ?
Like ping or ipconfig ??

Tim


Neuro(Posted 2005) [#2]
Theres an undocumented command called "system_" that can run system commands. Check it out on the wiki-wiki : http://www.blitzwiki.org/index.php/System_Commands


tonyg(Posted 2005) [#3]
CreateProcess was on the 'todo' list in January and muted to be in Bmax 1.03 but it doesn't seem to have made it.
CreateProcess


DannyD(Posted 2005) [#4]
Mac Os
system_ "open /bin/bash /sbin/ifconfig"
this calls bash the shell and then calls ifconfig which is similar to ipconfig