home *** CD-ROM | disk | FTP | other *** search
/ rtsi.com / 2014.01.www.rtsi.com.tar / www.rtsi.com / OS9 / MM1 / TELECOM / linkup12.lzh / install.cpu32 < prev    next >
Text File  |  1996-04-08  |  1KB  |  44 lines

  1. * LinkUp Install Script
  2. -nt
  3. -nx
  4.  
  5. * make critical directories
  6. makdir /DD/CMDS
  7. makdir /DD/SYS
  8.  
  9. * copy AIF file
  10. copy AIF.linkup -w=/DD -rf
  11.  
  12. * copy executables
  13. copy CMDS_CPU32/* -w=/DD/CMDS -rf
  14.  
  15. * copy icon
  16. makdir /DD/CMDS/ICONS
  17. copy ICONS/icon.linkup -w=/DD/CMDS/ICONS -rf
  18.  
  19. * make font directory and copy standard font files
  20. makdir /DD/SYS/.BITMAPS
  21. makdir /DD/SYS/.BITMAPS/FONTS
  22. copy FONTS/* -w=/DD/SYS/.BITMAPS/FONTS -rf
  23.  
  24. * copy contents of the SAMPLES directory
  25. makdir /DD/SAMPLES
  26. copy SAMPLES/* -w=/DD/SAMPLES -rf
  27.  
  28. echo
  29. echo
  30. echo "Installation is complete!"
  31. echo
  32. echo "NOTE:  Sample .linkupcfg and .linkupdial files are provided in"
  33. echo "  the root directory.  If you want to use them, be sure to copy"
  34. echo "  them to your home directory!!"
  35. echo
  36. echo "Documentation files have NOT been copied to /DD.  Refer to them"
  37. echo "  in the DOC directory of the distribution disk."
  38. echo
  39. echo "Be sure to read the 'ReadMe.1st' file in the root directory of"
  40. echo "the distribution disk before using LinkUp."
  41. echo
  42. echo "Enjoy LinkUp!"
  43. echo
  44.