home *** CD-ROM | disk | FTP | other *** search
/ High Voltage Shareware / high1.zip / high1 / DIR4 / V12N19.ZIP / LIST.ZIP / HACKNEW.BAT < prev    next >
DOS Batch File  |  1993-02-03  |  162b  |  10 lines

  1. @ECHO OFF
  2. IF '%3'=='' GOTO End
  3. ECHO Removing %3
  4. IF NOT EXIST %3\*.* GOTO Empty
  5. ATTRIB -r -h -s %3\*.* > NUL
  6. ECHO Y | DEL %3\*.* > NUL
  7. :Empty
  8. RD %3
  9. :End
  10.