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

⟦812d7fb2f⟧ TextFile

    Length: 578 (0x242)
    Types: TextFile
    Notes: UNIX file
    Names: »setup«

Derivation

└─⟦2aa344708⟧ Bits:30004154/disk2.imd SW95707I VP/ix MS-DOS emulator Rel. 1.1
└─⟦2aa344708⟧ UNIX Filesystem
    └─⟦this⟧ »vp/install/setup« 

TextFile

#
#	Setup script for VP/ix.

# Link in all the UNIX commands

echo "Installing the VP/ix Environment. One moment, please..."

echo "Linking in UNIX-under-DOS commands..."

cd /usr/vpix/unixbin
for i in `ls /bin`
do
	ln rununix.exe $i.exe
done

for i in `ls /usr/bin`
do
	ln rununix.exe $i.exe
done
rm -f ????????????? ?????????????? *.*.*	# files with illegal DOS names

ln /usr/vpix/vpix /usr/bin/vpix
chmod +t /usr/bin/vpix

cat <<!

The VP/ix Environment has been installed.  
Please use the sysadm packagemgmt menu option for 
individual VP/ix user installations.

!

sync