home *** CD-ROM | disk | FTP | other *** search
/ NetNews Offline 2 / NetNews Offline Volume 2.iso / news / comp / sys / amiga / programmer / 5412 < prev    next >
Encoding:
Internet Message Format  |  1996-08-05  |  957 b 

  1. Path: news.tau.ac.il!usenet
  2. From: Avi Lev <avil@sapiens.com>
  3. Newsgroups: comp.sys.amiga.programmer
  4. Subject: Re: detachable program
  5. Date: Thu, 14 Mar 1996 08:53:00 +0200
  6. Organization: Sapiens Technologies
  7. Message-ID: <3147C24C.5C39@sapiens.com>
  8. References: <Pine.BSD.3.91.960310002355.23759B-100000@ugly.cute.fi>
  9. NNTP-Posting-Host: honda.sapiens.co.il
  10. Mime-Version: 1.0
  11. Content-Type: text/plain; charset=us-ascii
  12. Content-Transfer-Encoding: 7bit
  13. X-Mailer: Mozilla 2.0 (WinNT; I)
  14.  
  15. Kristian "Hwmagic" Slavov wrote:
  16. > Help me!
  17. > I want to know how to make a program that detaches itself from CLI
  18.  
  19. well, you can just use the command RUN <program> at the CLI 
  20. prompt and that's it, or, you can write a small loader program 
  21. that spawns a child process and exits, but if you're refering to 
  22. TSR's then it's not that simple as you have to dive in and 
  23. change some OS structure to ensure the program stays in memory 
  24. even when it terminates. hope this helps, Avi.
  25.