home *** CD-ROM | disk | FTP | other *** search
/ Shareware Overload / ShartewareOverload.cdr / database / neubas42.zip / INSTALL.BAT next >
DOS Batch File  |  1990-12-31  |  920b  |  37 lines

  1. echo off
  2. cls
  3. echo Neubase Installation
  4. echo ---------------------------------------------------------
  5. if %1 == %1 goto fine:
  6. echo you must run "Install" with the path on your hard drive where
  7. echo you wish to install Neubase program files
  8. echo example     Install c:\Neubase
  9. echo     (path must be a subdirectory off root directory)
  10. echo ------------------------------------------------
  11. echo please rerun Install with the path parameter....
  12. goto term
  13. :fine
  14. echo COPYING NEUBASE FILES TO %1
  15. echo (sub-dir may already exist)
  16. md %1
  17. echo on
  18. copy readme.bat %1
  19. copy neu.exe %1
  20. copy neu333.hlp %1
  21. copy read1st.doc %1
  22. copy year.exe %1
  23. copy neu.man %1
  24. copy typemore.exe %1
  25. copy manual.bat %1
  26. copy install.bat %1
  27. copy story.doc %1
  28. copy license.doc %1
  29. copy install.doc %1
  30. echo off
  31. cls
  32. echo NOTE: YOUR Neubase PROGRAM directory is %1
  33. echo (you may wish to make a note of this)
  34. pause
  35. year
  36. :term
  37.