home *** CD-ROM | disk | FTP | other *** search
/ The California Collection / TheCaliforniaCollection.cdr / his034 / pageone.exe / arc / INSTALL.BAT < prev    next >
DOS Batch File  |  1991-02-08  |  1KB  |  57 lines

  1.  
  2.  
  3. ECHO OFF
  4. VERIFY ON
  5. CLS
  6. ECHO *
  7. ECHO *
  8. ECHO pageONE
  9. ECHO *
  10. ECHO THIS PROCEDURE WILL INSTALL THE pageONE SYSTEM
  11. ECHO ON TO YOUR HARD DISK.
  12. ECHO The pageONE disk should be in drive A.
  13. ECHO *
  14. ECHO *
  15. ECHO The procedure will create a directory area named
  16. ECHO    \PAGEONE
  17. ECHO *
  18. ECHO *
  19. ECHO If this directory area is not satisfactory, you should
  20. ECHO interrupt the automatic installation and do the installation
  21. ECHO in the manner that suits your need.
  22. ECHO You may interrupt the installation by resetting your computer
  23. ECHO or by pushing Control C
  24. ECHO *
  25. ECHO *
  26. ECHO If you wish to proceed with the installation push ENTER
  27. PAUSE
  28. CLS
  29. ECHO *
  30. ECHO *
  31. ECHO Creating directory area.
  32. MD C:\PAGEONE
  33. ECHO *
  34. ECHO *
  35. ECHO Copying files from floppy to hard disk
  36. COPY A:PAGEONE.EXE C:\PAGEONE
  37. ECHO *
  38. ECHO *
  39. ECHO Files copied.
  40. c:
  41. cd \PAGEONE
  42. ECHO *
  43. ECHO *
  44. ECHO Unarcing programs.
  45. pageone.exe
  46. DEL pageone.exe
  47. cls
  48. ECHO THIS COMPLETES THE pageONE installation.
  49. ECHO   You may have to run the MCINSTAL program
  50. ECHO to configure the preview software for your specific monitor.
  51. ECHO See the manual Section 5 on Installing the Software.
  52. ECHO   If you type the command SHOWME and push Return,
  53. ECHO you can begin to play around with the Cybertext system.
  54. ECHO *
  55. ECHO   Thank you.
  56.  
  57.