home *** CD-ROM | disk | FTP | other *** search
/ Soft 19 / Soft19.iso / dream_ho / setup.exe / INSTALL.BAT < prev    next >
DOS Batch File  |  1996-04-10  |  269b  |  18 lines

  1. echo off
  2. cls
  3. if not %1 == "" goto start
  4. echo.
  5. echo Type Install followed by the drive letter for the drive you wish
  6. echo to install to and a colon, such as:
  7. echo.
  8. echo Install c:
  9. echo.
  10. goto done
  11. :start
  12. md %1\dhp
  13. copy *.* %1\dhp
  14. %1
  15. cd\dhp
  16. printer
  17. :done
  18.