home *** CD-ROM | disk | FTP | other *** search
-
- echo off
- cls
- echo FOXGRAPH Install Program Start Working......
- install
- copy a:restore.com
- cls
- restore a: c:\/s
- if errorlevel 0 goto a
- cls
- echo RESTORE Can't Doing! Install Failed!
- echo Perhaps DOS VERSION Missmatch (Need DOS 3.3).
- goto b
- :a
- copy c:\fgtemp\foxgraph.exe
- del c:\fgtemp\foxgraph.exe
- cd 3dsys
- copy c:\fgtemp\*.*
- cd ..
- del \fgtemp\*.3*
- rd \fgtemp
- del restore.com
- cls
- echo Install Ok!
- :b
- echo on
-