home *** CD-ROM | disk | FTP | other *** search
/ The Pier Shareware 6 / The_Pier_Shareware_Number_6_(The_Pier_Exchange)_(1995).iso / 035 / perf31.zip / perf_30 / LAZYOFF.CMD < prev    next >
OS/2 REXX Batch file  |  1993-01-26  |  281b  |  8 lines

  1. Echo off
  2. rem This is simply a command that will turn off the Lazy Write feature of HPFS
  3. rem  This command may be executed any time after the system is initialized
  4. rem  iLAZYOFF object of PERFORMANCE 2.1 will place this into the startup folder
  5. echo on
  6. cache /LAZY:OFF
  7. cache
  8.