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