home *** CD-ROM | disk | FTP | other *** search
/ World of Shareware - Software Farm 2 / wosw_2.zip / wosw_2 / GENERAL / MAPIT10A.ZIP / INSTALL.BAT < prev    next >
DOS Batch File  |  1992-09-11  |  407b  |  19 lines

  1. @echo off
  2. rem  install.bat  -  MAPIT BBS shareware installation utility.
  3. rem
  4. rem  usage:
  5. rem          install
  6. rem
  7. rem
  8. if NOT EXIST demo_a.mp3 goto FINI
  9. if NOT EXIST demo_b.mp3 goto FINI
  10. copy /b demo_a.mp3+demo_b.mp3 demo.mp3
  11. del demo_a.mp3
  12. del demo_b.mp3 
  13. copy mapitdem.mp3 extended.mp3
  14. echo on
  15. pause  Control-C to terminate now if you DON'T want to demo MAPIT.
  16. @echo off
  17. mapit demo
  18. :FINI
  19.