home *** CD-ROM | disk | FTP | other *** search
/ NetNews Usenet Archive 1992 #26 / NN_1992_26.iso / spool / comp / os / os2 / networki / 2029 < prev    next >
Encoding:
Text File  |  1992-11-07  |  1.3 KB  |  31 lines

  1. Newsgroups: comp.os.os2.networking
  2. Path: sparky!uunet!utoday!news
  3. From: ehall@cmpny.sscnet.ucla.edu (Eric Hall)
  4. Subject: Re: I'm embarassed to ask this!
  5. Reply-To: ehall@cmpny.sscnet.ucla.edu (Eric Hall)
  6. Organization: Network Computing Magazine
  7. Date: Fri, 06 Nov 92 03:10:25 GMT
  8. Message-ID: <1992Nov06.031025.17743@utoday.com>
  9. References: <1992Nov2.195651.21558@u.washington.edu>
  10. Sender: usenet@utoday.com (Usenet News Administrator)
  11. Lines: 18
  12.  
  13. > Can anyone tell me how to minimize the daemons which occur on startup?  I'd like
  14. > to have them all open minimized rather than having to close each one.  I'm sure
  15. > that Rexx allows me to do such a thing....but how??
  16.  
  17. Actually, I don't know the answer to your question, but we took another tack here, and it works fine. 
  18. Instead of "starting" all the daemons, we "detach" them. That way, they don't show up at all. Course, 
  19. you can't go back and kill them later (I'm sure there's a way, but I don't know it), but they don't take 
  20. any screen real estate at all.
  21.  
  22. Just go through the TCPSTART.CMD file and replace all the "start" with "detach", and likewise in your 
  23. NFSSTART.CMD file. The only one that doesn't work in detached mode is the TELNETD daemon, since it 
  24. spawns additional copies of CMD whenever a user logs into your machine. It has to run normally.
  25.  
  26.  
  27. Eric Hall
  28. Dir, East Coast Labs
  29. Network Computing Magazine
  30. 516-562-5288
  31.