home *** CD-ROM | disk | FTP | other *** search
- @echo off
- if "%1" == "" goto error
- if exist %1%2\v09d.txt goto installed
- md %1%2 > nul
- copy liberty.exe %1%2 > nul
- del liberty.exe > nul
- copy vw????.dll %1%2 > nul
- del vw????.dll > nul
- copy vw?????.dll %1%2 > nul
- del vw?????.dll > nul
- copy vw*.dll %1%2 > nul
- del vw*.dll > nul
- copy liberty.txt %1%2 > nul
- del liberty.txt > nul
- copy lbas10.txt %1%2 > nul
- del lbas10.txt > nul
- copy summary.txt %1%2 > nul
- del summary.txt > nul
- copy register.txt %1%2 > nul
- del register.txt > nul
- copy diffrncs.txt %1%2 > nul
- del diffrncs.txt > nul
- copy lbasic.ini %1%2 > nul
- del lbasic.ini > nul
- copy libertyb.grp %1%2 > nul
- del libertyb.grp > nul
- copy v09d.txt %1%2 > nul
- del v09d.txt > nul
- copy *.bas %1%2 > nul
- del *.bas > nul
- copy *.abc %1%2 > nul
- del *.abc > nul
- copy *.bat %1%2 > nul
- :installed
- echo on
- goto end
- :error
- echo on
- type install.err
- :end
-