home *** CD-ROM | disk | FTP | other *** search
/ Amiga Elysian Archive / AmigaElysianArchive.iso / wp_dtp / jed207.lha / macros / sjed < prev    next >
Text File  |  1992-12-22  |  396b  |  19 lines

  1.  
  2. ; SJED
  3. ;
  4. ; script to run JEd on its own screen.
  5. ; this should be put in the s: directory.
  6.  
  7. pubman opJEdScreen
  8. jed PUBSCREEN=JEdScreen
  9. pubman clJEdScreen
  10.  
  11. ; if you use SKsh (or similar) the following function is better since
  12. ; it retains the executable's command-line parsing.
  13. ;
  14. ; function sjed {
  15. ;     pubman opJEdScreen >nil:
  16. ;     jed PUBSCREEN=JEdScreen $*
  17. ;     pubman clJEdScreen >nil:
  18. ; }
  19.