home *** CD-ROM | disk | FTP | other *** search
/ Liren Large Software Subsidy 5 / 05.iso / a / a100 / 3.ddi / INIT.BAT < prev   
Encoding:
DOS Batch File  |  1990-04-26  |  512 b   |  27 lines

  1.  
  2. echo off
  3. cls
  4. echo              FOXGRAPH Install Program Start Working......
  5. install
  6. copy a:restore.com
  7. cls
  8. restore a: c:\/s
  9. if errorlevel 0 goto a
  10. cls
  11. echo RESTORE Can't Doing! Install Failed!
  12. echo Perhaps DOS VERSION Missmatch (Need DOS 3.3).
  13. goto b
  14. :a
  15. copy c:\fgtemp\foxgraph.exe
  16. del c:\fgtemp\foxgraph.exe
  17. cd 3dsys
  18. copy c:\fgtemp\*.*
  19. cd ..
  20. del \fgtemp\*.3*
  21. rd \fgtemp
  22. del restore.com
  23. cls
  24. echo                          Install Ok!
  25. :b
  26. echo on
  27.