Re: shelling
- Posted by David Alan Gay <moggie at INTERLOG.COM> Feb 08, 1997
- 1261 views
> Question - I'm wanting to call an external program - how can i do it to get the > most available free memory. > Mike Hi Mike The system() command allows you to call an external program outside of Euphoria. I'm not too sure what you mean by "doing it to get the most available free memory", unless you mean calling the DOS command "MEM" to get a display of the available free memory on your PC. In that case, you simply do a system("MEM",0) Write back if I am wrong. David Gay http://www.interlog.com/Euphoria "A Beginner's Guide To Euphoria"