home *** CD-ROM | disk | FTP | other *** search
- echo off
- cls
- echo Neubase Installation
- echo ---------------------------------------------------------
- if %1 == %1 goto fine:
- echo you must run "Install" with the path on your hard drive where
- echo you wish to install Neubase program files
- echo example Install c:\Neubase
- echo (path must be a subdirectory off root directory)
- echo ------------------------------------------------
- echo please rerun Install with the path parameter....
- goto term
- :fine
- echo COPYING NEUBASE FILES TO %1
- echo (sub-dir may already exist)
- md %1
- echo on
- copy readme.bat %1
- copy neu.exe %1
- copy neu333.hlp %1
- copy read1st.doc %1
- copy year.exe %1
- copy neu.man %1
- copy typemore.exe %1
- copy manual.bat %1
- copy install.bat %1
- copy story.doc %1
- copy license.doc %1
- copy install.doc %1
- echo off
- cls
- echo NOTE: YOUR Neubase PROGRAM directory is %1
- echo (you may wish to make a note of this)
- pause
- year
- :term