home *** CD-ROM | disk | FTP | other *** search
/ The World of Computer Software / World_Of_Computer_Software-02-387-Vol-3of3.iso / u / ubook410.zip / INSTALL.BAT < prev    next >
DOS Batch File  |  1992-01-05  |  302b  |  16 lines

  1. echo off
  2. if "%1"=="" goto err
  3. md %1\upsbook
  4. cd %1\upsbook
  5. copy *.* %1/v
  6. del %1install.bat
  7. %1
  8. echo UPSBOOK installation complete.
  9. echo type UBOOK to start UPSBOOK.
  10. goto end
  11. :err
  12. cls
  13. echo You MUST enter the drive on which you wish to install UPSBOOK.
  14. echo For example type INSTALL C:
  15. :end
  16.