home *** CD-ROM | disk | FTP | other *** search
/ NetNews Usenet Archive 1992 #30 / NN_1992_30.iso / spool / comp / lang / c / 18438 < prev    next >
Encoding:
Text File  |  1992-12-15  |  1.9 KB  |  47 lines

  1. Newsgroups: comp.lang.c
  2. Path: sparky!uunet!unislc!thayne
  3. From: thayne@unislc.uucp (Thayne Forbes)
  4. Subject: Re: TSR sources : request .
  5. X-Newsreader: TIN [version 1.1 PL6]
  6. References: <1992Dec14.223639.4128@jwminhh.hanse.de>
  7. Message-ID: <1992Dec16.031008.25313@unislc.uucp>
  8. Organization: HomeVax
  9. Date: Wed, 16 Dec 1992 03:10:08 GMT
  10. Lines: 35
  11.  
  12. Jan Wieck (wieck@jwminhh.hanse.de) wrote:
  13. : rodnay@chen.bgu.ac.il (guy rodnay) writes:
  14. : : 
  15. : : I would very much apreciate any help on TSR's and any memory
  16. : : resident information (sources , if possible ) .
  17. : Any Program can be made stay resident.
  18. : - Under MVS write some JCL and do SUBMIT.
  19. : - Under BS2000 try SUBMIT (not sure, long time ago).
  20. : - Under VMS use SUBMIT with a DCL-procedure.
  21. : - Under UNIX use & as the last part of the commandline.
  22. :   In some cases you need nohup(1).
  23.  
  24. This is not what he asked, and it is not even correct if it was.  
  25. ANY program _cannot_ be made stay resident [sic].  Nearly any program
  26. that does not require interactive input, whose output is not needed on
  27. a tty, and does not need to be brought to the foreground on command can
  28. be run in the background.
  29.  
  30. : So, where is the Problem? And if there is anyone, it isn't a C-problem!!!
  31.  
  32. Of course any smart-ass who recognizes the acronym TSR knows that Guy
  33. was refering to DOS.  TSR programs are not at all trivial in DOS.
  34. I got a lot of good info from "Undocumented DOS" by Schulman et. al.
  35. published by Addison Wesly  The copy I got had a source disk in the 
  36. back.  I also got a lot of suggestions and samples from a file that I 
  37. got on the local BBS.  I don't remember the filename, but it was written
  38. by a 'consortium' of TSR developers who are trying to bring sanity to
  39. this whole can o' worms.  The name of that group is TeSeRact.  This may
  40. also be the name of the file.  It has been quite a while, but I think
  41. I opted not to use their approach, as the former seemed more robust.
  42. -- 
  43. Thayne Forbes
  44. thayne@unislc.slc.unisys.com
  45.