home *** CD-ROM | disk | FTP | other *** search
/ The World of Computer Software / World_Of_Computer_Software-02-387-Vol-3of3.iso / p / ppboot02.zip / EXAMPLES.EXE / HALTCACH.BAT < prev    next >
DOS Batch File  |  1993-02-02  |  253b  |  13 lines

  1. cls
  2. echo. Abschalten des Festplatten-Cache
  3. set PATH=
  4. set P=
  5. if exist C:\WINDOWS\SMARTDRV.EXE set P=C:\WINDOWS\SMARTDRV
  6. if exist C:\DOS\SMARTDRV.EXE set P=C:\DOS\SMARTDRV
  7. if "%P%"=="" goto X
  8. %P% /R
  9. :X
  10. rem C:\HYPER\HYPERDK /D
  11. echo.
  12. rem pause
  13.