home *** CD-ROM | disk | FTP | other *** search
/ Best Objectech Shareware Selections / UNTITLED.iso / boss / word / text / 019 / init_jed.com < prev    next >
Text File  |  1993-01-19  |  540b  |  19 lines

  1. $!
  2. $! Define a logical name to point to YOUR jed_library.  
  3. $!
  4. $  define/job JED_LIBRARY dev$user:[davis.jed]  ! <---- change this 
  5. $!
  6. $!  Do you want to run in a subprocess?  If no, uncomment the next two lines.
  7. $    ! jed :== $jed_library:jed.exe
  8. $    ! exit
  9. $!
  10. $!  SubProcess Right?  Good Choice.
  11. $!
  12. $  runjed :== $jed_library:jed.exe
  13. $  jed :== @jed_library:keptjed.com
  14. $!
  15. $! Do you want to run JED as a mail editor?  If not, Comment out the next
  16. $!   line.
  17. $  define/job mail$edit "@jed_library:jed_mail.com"
  18. $  exit
  19.