home *** CD-ROM | disk | FTP | other *** search
/ Black Box 4 / BlackBox.cdr / dosutils / pathtl20.arj / SET-NOCL.BAT < prev    next >
DOS Batch File  |  1992-05-11  |  383b  |  14 lines

  1. echo .
  2. echo Removing all compiler directories from PATH.
  3. REM The following lines can be combined with a registered version of PathTool
  4. pathtool /NP /NT /D d:\mc600a\bin
  5. pathtool /NP /NT /D d:\mc700\bin
  6. pathtool /NP /NT /D d:\bc20\bin
  7. pathtool /NP /NT /D d:\bc30\bin
  8. echo .
  9. echo Removing all compiler environment variables.
  10. set helpfiles=
  11. set include=
  12. set init=
  13. set lib=
  14.