home *** CD-ROM | disk | FTP | other *** search
/ House of Games 2 (Hi-Tech Products) / House_of_Games_II_Hi-Tech_Products.iso / games / 61 / bdinstal.bat < prev    next >
DOS Batch File  |  1992-01-24  |  1KB  |  33 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. This directory contains
  12. echo -- all necessary BassDuel files. To run BassDuel, first change to the
  13. echo -- BTOUR directory on the disk drive where you installed BassDuel,
  14. echo -- then type BassDuel. You can also edit your PATH command to include
  15. echo -- the new BassDuel directory. Consult your DOS manual for more
  16. echo -- information on the PATH command.
  17. echo --
  18. echo -- To run BassDuel now, type BASSDUEL then press the ENTER key.
  19. goto end
  20.  
  21. :usage
  22. echo -- You must specify a disk drive where BassDuel is to be installed:
  23. echo --
  24. echo -- EXAMPLES:            a:bdinstal c: 
  25. echo --                          -OR-
  26. echo --                      a:bdinstal d:
  27. echo --
  28. echo -- Notice the c: and the d: at the end of the command. These specify
  29. echo -- where you want to install BassDuel.
  30. goto end
  31.  
  32. :end
  33. %1