home *** CD-ROM | disk | FTP | other *** search
/ NetNews Usenet Archive 1992 #30 / NN_1992_30.iso / spool / comp / sys / atari / st / 18573 < prev    next >
Encoding:
Internet Message Format  |  1992-12-18  |  2.0 KB

  1. Xref: sparky comp.sys.atari.st:18573 comp.sys.atari.st.tech:6323
  2. Path: sparky!uunet!mcsun!sun4nl!tuegate.tue.nl!rwc.urc.tue.nl!wsbusr3
  3. From: wsbusr3@rwc.urc.tue.nl (Pieter Filius)
  4. Newsgroups: comp.sys.atari.st,comp.sys.atari.st.tech
  5. Subject: GFA 3.07: RESERVE XX; EXEC 0,"prg"; RESERVE - help.
  6. Keywords: Help, resident prg, executing others, reserve memory, how
  7. Message-ID: <wsbusr3.724620837@rwc.urc.tue.nl>
  8. Date: 17 Dec 92 19:33:57 GMT
  9. Sender: root@tuegate.tue.nl
  10. Reply-To: wsbusr3@urc.tue.nl
  11. Followup-To: comp.sys.atari.st
  12. Lines: 45
  13.  
  14.  
  15.   Hello regular posters and occasional lurkers of this group, 
  16.   
  17.   For those more than vaguely interested in GFA 3.XX, better yet:
  18.   heavily involved in it, 
  19.   hear me cry:
  20.  
  21.   I simply wish to execute any specified program, 
  22.   chosen via a fileselector box from my application, 
  23.   whilst keeping my application resident.
  24.   
  25.   There. Pretty simple really. My Data-Becker manual tells me to use: 
  26.  
  27.   RESERVE <some amount of memory>
  28.   EXEC 0,"SOME.PRG","",""
  29.   RESERVE 
  30.  
  31.   in which the last RESERVE should reset things as they were.
  32.   
  33.   Since the RESERVE command as such is sort of obscure to me
  34.   (HOW would *I* know what's needed for the application of John Doe's choice)
  35.   I simply type RESERVE 1. 
  36.   Yes.
  37.   One byte. Just to make EXEC happy, which won't work when I'd leave out
  38.   a RESERVE command before it.
  39.   Does it work?
  40.   Well: for most applications it does. Yet not for all, which irritates me.
  41.   Sometimes, upon returning to my resident application, 
  42.   the last RESERVE yields a "* error in RESERVE" message.
  43.   
  44.   QUESTIONS:
  45.   * Did anyone ever play with those commands before?
  46.   * How would I go about using the RESERVE command sensibly, 
  47.     not knowing what to reserve for an unknown program?
  48.   
  49.   Anyone who can stop GFA 3.07 from telling the world what a lousy programmer
  50.   I am; please respond to:
  51.   at073@cleveland.freenet.edu
  52.   or just to this newsgroup.
  53.  
  54.   Thanks in advance!
  55.   
  56.   With kind regards, 
  57.   Rowdy Blokland. (The Netherlands)
  58.  
  59.