home *** CD-ROM | disk | FTP | other *** search
/ Programmer 7500 / MAX_PROGRAMMERS.iso / PROGRAMS / UTILS / COMPRESS / IDC40.ZIP / ENVIRON.SET < prev    next >
Encoding:
Text File  |  1988-12-31  |  847 b   |  27 lines

  1.  
  2.             IDC ENVIRONMENT VARIABLES
  3.  
  4.     The following environment variables should be set up to take
  5.     maximum advantage of NARC and IDCshell's features.
  6.     Note that if all work is to be done in the same directory, then
  7.     these really need not be set up, since both programs will look
  8.     first in the current directory if the environment variables
  9.     are not found.
  10.  
  11.  
  12. NARCHELP= pathname + complete filename as  C:\IDC\NARCHELP.HLP
  13. IDCARCPATH = pathname + complete filename  as C:\IDC\IDCSHELL.EXE
  14. IDCTEMP = pathname for temporary files (view/print)  as C:\TEMP
  15. IDCED = pathname for editor as  C:\WP\WS.EXE
  16. NARCPATH = pathname + complete filename  as  C:\IDC\NARC.EXE
  17. IDCHELP = pathname + complete filename  as  C:\IDC\IDCHELP.HLP
  18.  
  19.  
  20.     These would be installed in the AUTOEXEC.BAT file as;
  21.     
  22.     
  23.     SET NARCHELP=C:\IDC\NARCHELP.HLP
  24.     
  25.     etc.
  26.     
  27.