home *** CD-ROM | disk | FTP | other *** search
/ rtsi.com / 2014.01.www.rtsi.com.tar / www.rtsi.com / OS9 / TOP / ETC / rc.local < prev    next >
Text File  |  2009-11-06  |  443b  |  15 lines

  1. -nt
  2. -nx
  3. *
  4. * This command is used to load the necessary files onto the
  5. * ramdisk if it is going to be the default device (/dd).
  6. *
  7. echo "** Copy several files to /dd **"
  8. chd /h0/SYS
  9. copy Errmsg.short /dd/SYS/Errmsg
  10. copy password group mmon.config termcap .emacsrc motd -pw=/dd/SYS
  11. copy emacs.hlp less.help srcdbg.hlp -pw=/dd/SYS
  12. copy termtypes modemcap modemtype printercap cshrc -pw=/dd/SYS
  13. copy mmenu.environ -pw=/dd/SYS
  14. echo "** Finished **"
  15.