home *** CD-ROM | disk | FTP | other *** search
/ PC Home 49 / PC_Home_Issue_49.iso / sharewar / neopaint / product / testware.bat < prev   
Encoding:
DOS Batch File  |  1996-08-20  |  324 b   |  15 lines

  1. @echo off
  2. cls
  3. echo Neobook Installation
  4. echo[
  5. echo This program needs to be copied to a temporary directory on
  6. echo your hard disk and installed from there. A directory called
  7. echo C:\TMPINST wil be created. Please delete it afterwards.
  8. echo[
  9. pause
  10. md c:\tmpinst
  11. copy *.* c:\tmpinst
  12. c:
  13. cd \tmpinst
  14. install.exe
  15.