home *** CD-ROM | disk | FTP | other *** search
/ The SelectWare System Volume 2 #3 / The_SelectWare_System_Series_1_Volume_2_Number_3_Selectware.iso / com20010 / install.bat < prev   
DOS Batch File  |  1989-02-20  |  937b  |  28 lines

  1. echo off
  2. rem ACCPAC Easy-BPI Demo  Installation batch file 720k
  3. rem ==================================================
  4. cls
  5. echo           ACCPAC Easy-BPI Install
  6. echo           -----------------------------
  7. echo           Make sure that your ACCPAC demo
  8. echo           disk is in drive A:
  9. echo           -----------------------------
  10. echo           This batch file will create 
  11. echo           a directory called C:\ACCPAC.
  12. echo           720K of free disk space on 
  13. echo           your C: drive is required for
  14. echo           the installation process.  If you
  15. echo           wish to quit at this time, please
  16. echo           press [Ctrl] [C].
  17. pause
  18. c:
  19. cd \
  20. md accpac > nul
  21. cd accpac > nul
  22. copy a:grasprt.exe c: >nul
  23. copy a:easybpi.bat c: >nul
  24. copy a:accpac.gl c: >nul
  25. echo           You have successfully installed the ACCPAC
  26. echo           demo.  Type EASYBPI and press the ENTER key
  27. echo           to begin.
  28.