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 >
Text File  |  1995-04-26  |  877b  |  37 lines

  1. * LinkUp Install Script
  2. -nt
  3. -nx
  4.  
  5. * AIF file
  6. copy AIF.linkup -w=/DD -rf
  7.  
  8. * copy executables
  9. chd CMDS
  10. copy linkup gport kermit xy z audioplay -w=/DD/CMDS -rf
  11.  
  12. * copy icon
  13. chd ICONS
  14. copy icon.linkup -w=/DD/CMDS/ICONS -rf
  15.  
  16. * make font directory and copy standard font files
  17. chd ...
  18. makdir /dd/SYS                    ;* may fail
  19. makdir /dd/SYS/.BITMAPS            ;* may fail
  20. makdir /dd/SYS/.BITMAPS/FONTS    ;* may fail
  21. copy SYS/.BITMAPS/FONTS/* -w=/dd/SYS/.BITMAPS/FONTS -rf
  22.  
  23. * copy contents of the SYS/LINKUP directory
  24. makdir /dd/SYS/LINKUP            ;* may fail
  25. makdir /dd/SYS/LINKUP/SAMPLE    ;* may fail
  26. copy SYS/LINKUP/* -w=/dd/SYS/LINKUP -rf
  27.  
  28. * copy sample sounds
  29. makdir /dd/SAMPLES                ;* may fail
  30. copy SAMPLES/* -w=/dd/SAMPLES -rf
  31.  
  32. echo
  33. echo
  34. echo "Installation is complete!"
  35. echo "Sample .linkupcfg and .linkupdial files are provided in the root"
  36. echo "directory.  Be sure to copy them to your home directory!"
  37.