home *** CD-ROM | disk | FTP | other *** search
/ PC Online 1998 September / PCO_0998.ISO / filesbbs / os2 / fm2_300.arj / FM2_300.ZIP / hpfsopt.tmp < prev    next >
Encoding:
Text File  |  1998-07-04  |  493 b   |  21 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. rem
  8. rem This notice is just so users know what's going on and can change it...
  9. rem
  10. ECHO This is HPFSOPT.CMD, which you can customize to use any HPFS
  11. ECHO optimizing program you like.
  12.  
  13. HPFSOPT.EXE %1
  14.  
  15. rem
  16. rem if there was an error or user abort, pause the display so the
  17. rem user can see what's happened.
  18. rem
  19.  
  20. IF ERRORLEVEL == 1 PAUSE
  21.