home *** CD-ROM | disk | FTP | other *** search
/ OS/2 Professional / OS2PRO194.ISO / os2 / prgramer / unix / set_env.cmd < prev   
OS/2 REXX Batch file  |  1993-06-14  |  813b  |  26 lines

  1. @echo off
  2.  
  3. echo.
  4. echo  After copying this batch file to your hard disk, customize it to point
  5. echo  to the actual location where you installed (copied) the files in this
  6. echo  directory tree to on your disk from the cd-rom.
  7. echo.
  8. echo  If you want to run the programs from the cd-rom, insert the real
  9. echo  location of your cd-rom drive.
  10.  
  11. rem change this
  12. set root=.
  13. rem and add the absolute path of %root%\dll to libpath in your config.sys
  14.  
  15. set path=%path%;%root%\bin;%root%\emx\bin;%root%\emacs\bin
  16. set init=%root%\emx\etc
  17. if *%tmp%==* set tmp=c:\
  18.  
  19. set protodir=%root%\emx\include.cpp\gen
  20. set cplus_include_path=%root%/emx/include.cpp;d:/emx/include
  21. set c_include_path=%root%/emx/include
  22. set library_path=%root%/emx/lib
  23. set lib=%root%\emx\lib
  24. set tmpdir=%tmp%
  25. set infopath=.;%root%/info
  26.