home *** CD-ROM | disk | FTP | other *** search
/ Share Gallery 1 / share_gal_1.zip / share_gal_1 / BF / BF175.ZIP / INSTALL.BAT < prev    next >
DOS Batch File  |  1991-08-22  |  493b  |  13 lines

  1. ECHO OFF
  2. ECHO To install the AFFORD IT??? system, you must type the paths
  3. ECHO of the from and to drives such as "INSTALL A: C:\AFFORD".
  4. ECHO If you have not done this, press CTRL-C and restart INSTALL
  5. ECHO with these parameters.
  6. PAUSE
  7. COPY  %1\ORDER.FRM    %2\ORDER.FRM
  8. COPY  %1\README.DOC   %2\README.DOC
  9. COPY  %1\README.EXE   %2\README.EXE
  10. COPY  %1\CALCULTR.EXE %2\CALCULTR.EXE
  11. COPY  %1\AFFORD.EXE   %2\AFFORD.EXE
  12. DIR %2
  13. ECHO AFFORD IT??? should now be installed on your system.