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

  1. IBMPC installation specific functions.
  2.  
  3. Choose a path where you want the JED startup files kept.  Suppose, you
  4. choose the path `C:\EDITORS\JED' for this purpose.  Then
  5.  
  6. 1. Create the directory:  At the DOS prompt type: 
  7.  
  8.                mkdir c:\editors\jed
  9.                  
  10. 2. Edit the autoexec.bat file and add the lines:
  11.  
  12.                set JED_LIBRARY=c:\editors\jed\
  13.                set HOME=c:\editors\jed\
  14.  
  15. (Notice the final backslashes!)
  16.               
  17. 3. Copy the *.sl, *.jed, jed.rc to this directory:
  18.  
  19.                copy *.sl c:\editors\jed
  20.                copy *.jed c:\editors\jed
  21.                copy jed.rc c:\editors\jed
  22.  
  23.  
  24. 4. Copy the executable file `jed.exe' to where you keep your othe *.exe and
  25.    *.com files (somewhere in your path!).
  26.  
  27.  
  28. 5. Reboot
  29.  
  30.