home *** CD-ROM | disk | FTP | other *** search
/ NetNews Usenet Archive 1992 #30 / NN_1992_30.iso / spool / comp / sys / amiga / programm / 17389 < prev    next >
Encoding:
Internet Message Format  |  1992-12-15  |  788 b 

  1. Path: sparky!uunet!portal!cup.portal.com!Tony-Preston
  2. From: Tony-Preston@cup.portal.com (ANTHONY FRANCIS PRESTON)
  3. Newsgroups: comp.sys.amiga.programmer
  4. Subject: Re: Getting a valid FileSysStartupMsg pointers.
  5. Message-ID: <71731@cup.portal.com>
  6. Date: Tue, 15 Dec 92 08:38:19 PST
  7. Organization: The Portal System (TM)
  8. References: <1992Dec13.030020.13319@mail.cornell.edu>
  9.   <37848@cbmvax.commodore.com>
  10. Lines: 8
  11.  
  12. What I did was create a little routine that checked the name against a 
  13. list which includes all the devices I wish to ignore such as:
  14.  
  15.    PIPE, RAM, RAD, VD0, SER, PAR, ect...
  16.  
  17. A simple routine called Good_Device is passed the device name to check
  18. and returns FALSE if the name matches one in the list is pretty easy
  19. to create.  Then you can do the other checks mentioned....
  20.