home *** CD-ROM | disk | FTP | other *** search
/ Delphi 4 Bible / Delphi_4_Bible_Tom_Swan_IDG_Books_1998.iso / source / Misc / Delpath.bat < prev   
DOS Batch File  |  1998-03-31  |  184b  |  8 lines

  1. @echo off
  2. rem
  3. rem delpath.bat -- Configure PATH for Delphi command line
  4. rem
  5. set path=%path%;"C:\Program Files\Borland\Delphi 4\bin"
  6. echo Configured for Delphi command line
  7. path
  8.