home *** CD-ROM | disk | FTP | other *** search
/ Harvey Norman Games / HN.iso / SIMS / BDUEL121.ZIP / BDINSTAL.BAT < prev    next >
DOS Batch File  |  1992-10-01  |  789b  |  29 lines

  1. echo off
  2. if "%1" == "" goto usage
  3. %1
  4. cd\
  5. mkdir bduel
  6. copy a:BD.BAT %1
  7. cd %1\bduel
  8. copy a:*.* %1
  9. cls
  10. echo -- Installation is complete. A directory called BDUEL has been
  11. echo -- created on the disk drive you specified. To run BassDuel in the
  12. echo -- future, simply type type BD then press ENTER key from any directory. 
  13. echo --
  14. echo -- To run BassDuel now, type BASSDUEL then press the ENTER key.
  15. goto end
  16.  
  17. :usage
  18. echo -- You must specify a disk drive where BassDuel is to be installed:
  19. echo --
  20. echo -- EXAMPLES:            a:bdinstal c: 
  21. echo --                          -OR-
  22. echo --                      a:bdinstal d:
  23. echo --
  24. echo -- Notice the c: and the d: at the end of the command. These specify
  25. echo -- where you want to install BassDuel.
  26. goto end
  27.  
  28. :end
  29. %1