home
***
CD-ROM
|
disk
|
FTP
|
other
***
search
/
Best Objectech Shareware Selections
/
UNTITLED.iso
/
boss
/
word
/
text
/
019
/
init_jed.com
< prev
next >
Wrap
Text File
|
1993-01-19
|
540b
|
19 lines
$!
$! Define a logical name to point to YOUR jed_library.
$!
$ define/job JED_LIBRARY dev$user:[davis.jed] ! <---- change this
$!
$! Do you want to run in a subprocess? If no, uncomment the next two lines.
$ ! jed :== $jed_library:jed.exe
$ ! exit
$!
$! SubProcess Right? Good Choice.
$!
$ runjed :== $jed_library:jed.exe
$ jed :== @jed_library:keptjed.com
$!
$! Do you want to run JED as a mail editor? If not, Comment out the next
$! line.
$ define/job mail$edit "@jed_library:jed_mail.com"
$ exit