home
***
CD-ROM
|
disk
|
FTP
|
other
***
search
/
rtsi.com
/
2014.01.www.rtsi.com.tar
/
www.rtsi.com
/
OS9
/
OSK
/
TELECOM
/
KWIN_LinkUp_1_0.lzh
/
install
next >
Wrap
Text File
|
1995-04-26
|
877b
|
37 lines
* LinkUp Install Script
-nt
-nx
* AIF file
copy AIF.linkup -w=/DD -rf
* copy executables
chd CMDS
copy linkup gport kermit xy z audioplay -w=/DD/CMDS -rf
* copy icon
chd ICONS
copy icon.linkup -w=/DD/CMDS/ICONS -rf
* make font directory and copy standard font files
chd ...
makdir /dd/SYS ;* may fail
makdir /dd/SYS/.BITMAPS ;* may fail
makdir /dd/SYS/.BITMAPS/FONTS ;* may fail
copy SYS/.BITMAPS/FONTS/* -w=/dd/SYS/.BITMAPS/FONTS -rf
* copy contents of the SYS/LINKUP directory
makdir /dd/SYS/LINKUP ;* may fail
makdir /dd/SYS/LINKUP/SAMPLE ;* may fail
copy SYS/LINKUP/* -w=/dd/SYS/LINKUP -rf
* copy sample sounds
makdir /dd/SAMPLES ;* may fail
copy SAMPLES/* -w=/dd/SAMPLES -rf
echo
echo
echo "Installation is complete!"
echo "Sample .linkupcfg and .linkupdial files are provided in the root"
echo "directory. Be sure to copy them to your home directory!"