home *** CD-ROM | disk | FTP | other *** search
/ Hacks & Cracks / Hacks_and_Cracks.iso / vol1 / pc_dac23.zip / CRACKIT.BAT next >
DOS Batch File  |  1997-05-11  |  195b  |  10 lines

  1. @echo off
  2. @if not exist dac.exe goto ERROR
  3. @unp dac.exe
  4. @del dac.old
  5. @pc_dac23.com
  6. GOTO DONE
  7. :ERROR
  8. @echo the DAC.EXE file doesn't exist !! please check if u are in the right dir.
  9. :DONE
  10.