home *** CD-ROM | disk | FTP | other *** search
/ Monster Media 1993 #2 / Image.iso / personal / cards103.zip / INSTALL.BAT < prev    next >
DOS Batch File  |  1993-03-19  |  989b  |  30 lines

  1. ECHO OFF
  2. CLS
  3. ECHO - Hard disk installation.  If you want to install the software on a
  4. ECHO - floppy disk, type FINSTALL.
  5. ECHO -
  6. ECHO - To install type the word INSTALL, followed by a space and then the
  7. ECHO - letter for the drive containing the floppy disk, then another space
  8. ECHO - and the letter for the drive you want to install the software on.
  9. ECHO -
  10. ECHO - If the floppy disk is in the "A" drive and you want to install the
  11. ECHO - software on the "C" drive, you would type:  INSTALL A C  and then
  12. ECHO - push ENTER.  This will install the software on your "C" drive
  13. ECHO - in a directory called OYSC (for ORGANIZE! Your Sports Cards).
  14. ECHO -
  15. ECHO - You have specified that the floppy disk is in the %1 drive and you
  16. ECHO - want to install the software on the %2 drive.  If this is not
  17. ECHO - correct, push CTRL-BREAK and start over.
  18. ECHO -
  19. PAUSE
  20. %2:
  21. CD \
  22. MD OYSC
  23. CD OYSC
  24. %1:ORGANIZE
  25. ECHO -
  26. ECHO -
  27. ECHO - Type OYC and push ENTER to start the software.
  28.  
  29.  
  30.