home *** CD-ROM | disk | FTP | other *** search
/ The World of Computer Software / World_Of_Computer_Software-02-387-Vol-3of3.iso / p / ptansht.zip / INSTALL.BAT next >
DOS Batch File  |  1990-08-25  |  316b  |  15 lines

  1. echo off
  2. cls
  3. if %1.==.goto error
  4. %1
  5. md \p&s
  6. cd \p&s
  7. copy a:*.*
  8. echo  Point & Shoot Backup/Restore installation completed....
  9. echo Refer to the documentation for instructions
  10. echo Type "PASBR" to begin
  11. goto end
  12. :error
  13. echo Invalid or Missing Destination Drive
  14. echo Try again.  Syntax is Type INSTALL C:
  15.