DataMuseum.dk

Presents historical artifacts from the history of:

Regnecentalen RC-900

This is an automatic "excavation" of a thematic subset of
artifacts from Datamuseum.dk's BitArchive.

See our Wiki for more about Regnecentalen RC-900

Excavated with: AutoArchaeologist - Free & Open Source Software.


top - metrics - download

⟦2eb21e7a9⟧ TextFile

    Length: 430 (0x1ae)
    Types: TextFile
    Names: »INSTALL.BAT«

Derivation

└─⟦8f1793137⟧ Bits:30002730 SW95604I.3 DOS LANCOM Rel 3.0
    └─⟦this⟧ »INSTALL.BAT« 

TextFile

echo off\r
if not "%1"=="" goto driveok\r
echo Specify Destination Drive\r
goto done\r
:driveok\r
xver\r
if errorlevel 32 set redir=redir.320\r
if errorlevel 33 set redir=redir.330\r
if errorlevel 40 set redir=redir.400\r
if not "%redir%"=="" goto ok\r
echo Incorrect DOS version\r
goto done\r
:ok\r
if exist %1\lancom\redir.exe del %1\lancom\redir.exe\r
xcopy new\*.* %1\ /s\r
if errorlevel 1 goto done\r
ren %1\lancom\%redir% redir.exe\r
:done\r