home
***
CD-ROM
|
disk
|
FTP
|
other
***
search
/
World of A1200
/
World_Of_A1200.iso
/
programs
/
text
/
jed
/
macros
/
sjed
< prev
next >
Wrap
Text File
|
1995-02-27
|
396b
|
19 lines
; SJED
;
; script to run JEd on its own screen.
; this should be put in the s: directory.
pubman opJEdScreen
jed PUBSCREEN=JEdScreen
pubman clJEdScreen
; if you use SKsh (or similar) the following function is better since
; it retains the executable's command-line parsing.
;
; function sjed {
; pubman opJEdScreen >nil:
; jed PUBSCREEN=JEdScreen $*
; pubman clJEdScreen >nil:
; }