home *** CD-ROM | disk | FTP | other *** search
/ High Voltage Shareware / high1.zip / high1 / DIR13 / ZCHECK30.ZIP / ZCLEAN.BAT < prev    next >
DOS Batch File  |  1993-10-22  |  304b  |  16 lines

  1. @echo off
  2. setlocal^unalias *
  3. iff exist zdir$.lzt then
  4. set exd=%@line[zdir$.lzt,0]
  5. pushd %[exd]
  6. if isdir %[exd]\$$$~Z erase $$$~Z\*.* /s/x/y
  7. popd
  8. endiff
  9. if exist hold.lzt del /q hold.lzt
  10. if exist ext.lzt del /q ext.lzt
  11. if exist zdir$.lzt del /q zdir$.lzt
  12. cls whi on bla
  13. set
  14. endlocal
  15. quit 0
  16.