home *** CD-ROM | disk | FTP | other *** search
/ OS/2 Shareware BBS: 6 File / 06-File.zip / fm2_267.zip / hpfsopt.tmp < prev    next >
Text File  |  1995-03-20  |  303b  |  15 lines

  1. @echo off
  2. rem
  3. rem Recommendations:  hpfsopt -i %1 for idle priority
  4. rem note:  idle is not a good idea if DOS programs are running...
  5. rem
  6.  
  7. HPFSOPT.EXE %1
  8.  
  9. rem
  10. rem if there was an error or user abort, pause the display so the
  11. rem user can see what's happened.
  12. rem
  13.  
  14. IF ERRORLEVEL == 1 PAUSE
  15.