1. shelling
- Posted by Mike Wagman <michael.wagman at JADEBBS.COM> Feb 08, 1997
- 1288 views
Question - I'm wanting to call an external program - how can i do it to get the most available free memory. Mike
2. Re: shelling
- Posted by David Alan Gay <moggie at INTERLOG.COM> Feb 08, 1997
- 1255 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"
3. Re: shelling
- Posted by Izchak Aronov <izchak at NETVISION.NET.IL> Feb 09, 1997
- 1251 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, I think you did wrong. :) I think he meant to run an external program and LEAVE most available free memory. How? :) Your, Izchak Aronov. WebMaster of GoldPages - your only site for all your needs. GoldPages URL : http://www.toptown.com/centralpark/goldman E-mails : izchak at netvision.net.il & goldman at poboxes.com
4. Re: shelling
- Posted by David Alan Gay <moggie at INTERLOG.COM> Feb 09, 1997
- 1255 views
> David, I think you did wrong. :) > I think he meant to run an external program and LEAVE most available free > memory. > How? :) Hi there Izchak He already corrected me, and I have offered one technique to get more memory to run called programs. Art also added some pretty good tips as well. David Gay http://www.interlog.com/~moggie/Euphoria "A Beginner's Guide To Euphoria"