How can i run Command ?
Like ping or ipconfig ??
Tim
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
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
Mac Os
system_ "open /bin/bash /sbin/ifconfig"
this calls bash the shell and then calls ifconfig which is similar to ipconfig