1. Re: SHELLING
- Posted by David Alan Gay <moggie at INTERLOG.COM> Feb 08, 1997
- 1198 views
> I'm having problems running some program via system it gives me a out of memory > error in the program and I was wondering if anyone had some ideas for me. Hmmm....you could design your Euphoria program so that it ends only to run the program you are having out of memory problems with, and then restarts the Euphoria program again once the called program is done. You'll need to run your Euphoria program from a batch file to make that trick possible. Exactly what type of program are you trying to run? I've played around with the system() function a lot to understand it, and I've found it can run virtually any DOS command and some fairly good sized programs like Telix. Good luck