home *** CD-ROM | disk | FTP | other *** search
- @echo off
- cls
- echo Neobook Installation
- echo[
- echo This program needs to be copied to a temporary directory on
- echo your hard disk and installed from there. A directory called
- echo C:\TMPINST wil be created. Please delete it afterwards.
- echo[
- pause
- md c:\tmpinst
- copy *.* c:\tmpinst
- c:
- cd \tmpinst
- install.exe
-