home *** CD-ROM | disk | FTP | other *** search
/ Jason Aller Floppy Collection / 194.img / FISH!-1.ZIP / FISH.BAT < prev    next >
DOS Batch File  |  1988-10-21  |  495b  |  28 lines

  1. echo off
  2. rem
  3. rem Fish! - Copyright (c) 1988 Magnetic Scrolls Ltd.
  4. rem
  5. rem If you find any bugs please send us a letter at:
  6. rem
  7. rem        Magnetic Scrolls,
  8. rem        1 Chapel Court,
  9. rem        LONDON SE1 1HH.
  10. rem
  11. if %1_==/4_ goto t40
  12. if %1_==/g_ goto ega
  13. if %1_==/G_ goto ega
  14. dofish a:\ /t
  15. goto fin
  16. :t40
  17. dofish a:\ 40 /t
  18. goto fin
  19. :ega
  20. if %2_==/n_ goto no
  21. if %2_==/N_ goto no
  22. dofish a:\disk1.pix a:\disk2.pix m/g
  23. goto fin
  24. :no
  25. dofish a:\disk1.pix a:\disk2.pix /g
  26. :fin
  27.  
  28.