home *** CD-ROM | disk | FTP | other *** search
/ NetNews Usenet Archive 1992 #26 / NN_1992_26.iso / spool / comp / lang / modula2 / 1365 < prev    next >
Encoding:
Text File  |  1992-11-08  |  1.3 KB  |  36 lines

  1. Newsgroups: comp.lang.modula2
  2. From: tchannon@black.demon.co.uk (Tim Channon)
  3. Path: sparky!uunet!pipex!demon!black.demon.co.uk!tchannon
  4. ReplyTo: tchannon@black.demon.co.uk
  5. Subject: Re: executing from within a modula-program
  6. References: <16490.2AFB1912@puddle.fidonet.org>
  7. Distribution: world
  8. X-Mailer: cppnews $Revision: 1.19 $
  9. Organization: null
  10. Lines: 20
  11. Date: Sun, 8 Nov 1992 03:27:04 +0000
  12. Message-ID: <721218424snx@black.demon.co.uk>
  13. Sender: usenet@gate.demon.co.uk
  14.  
  15. >  > I use Topspeed modula 3.1 and had a problem in my last program. Does
  16. >  > anyone know how Ii can execute another program from a modula program so
  17.  
  18. You want EXEC33 (or a later version).
  19.  
  20. This is a public domain utility library written by Thomas Wagner which could 
  21. be compiled under TopSpeed C or Pascal and linked with you Modula2 program.
  22. You may also need masm.
  23.  
  24. Docs in English/German as are the program messages! (compile for whichever you 
  25. want).
  26.  
  27. It is reputed to be very good, handles all sorts of swapping disk, xms, etc. 
  28. etc. and will even pass the environment. 
  29.  
  30. I have looked at but not used this program (expect where other people are 
  31. using it and I use their software). It may take a little porting to TopSpeed.
  32.  
  33.   TC. 
  34.     E-mail: tchannon@black.demon.co.uk or tchannon@cix.compulink.co.uk
  35.                                 
  36.