home *** CD-ROM | disk | FTP | other *** search
/ Liren Large Software Subsidy 6 / 06.iso / b / b400_1 / 1.ddi / SCIENCE / DISK1.DAT / SCI.BAT < prev    next >
Encoding:
DOS Batch File  |  1992-04-17  |  150 b   |  16 lines

  1. @echo off
  2. moustest
  3. if errorlevel 1 goto nomouse
  4.     
  5.     kav
  6.     goto end
  7.  
  8. :nomouse    
  9.    mouse > nul
  10.    kav
  11.    mouse /u >nul
  12.  
  13.  
  14. :end
  15.  
  16.