home *** CD-ROM | disk | FTP | other *** search
/ Shareware Overload / ShartewareOverload.cdr / database / trl14db.zip / TRLPRG.EXE / ISFIXED.PRG < prev    next >
Text File  |  1990-10-22  |  450b  |  18 lines

  1. ***********
  2. * ISFIXED.PRG
  3. * by Tom Rettig and Leonard Zerman
  4. * Placed in the Public Domain by Tom Rettig Associates, 10/22/1990.
  5. *
  6. * SYNTAX: DO ISFIXED <drive letter> 
  7. * RETURN: <expL> true if the drive is a hard disk and is working
  8. * NOTE  : Use ISDRIVE to make sure drive is operational before using.
  9. ***********
  10. PARAMETERS par1 
  11. CALL Trpass  WITH par1
  12. CALL Trexe   WITH "ISFIXED"
  13. IF fox
  14.    RETURN (tr_retl)
  15. ENDIF
  16. * eof isfixed *
  17.  
  18.