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

  1. ***********
  2. * DOSVERS.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 DOSVERS 
  7. * RETURN: <expC> DOS version number.
  8. ***********
  9. CALL Trexe WITH "DOSVERS"
  10. CALL Trexe   WITH "TRRETCLEN"
  11. IF fox
  12.    PRIVATE tr_temp
  13.    tr_temp = SUBSTR(tr_retc,1,tr_retn)
  14.    RETURN (tr_temp)
  15. ENDIF
  16. * eof dosvers *
  17.  
  18.