home
***
CD-ROM
|
disk
|
FTP
|
other
***
search
/
Delphi 4 Bible
/
Delphi_4_Bible_Tom_Swan_IDG_Books_1998.iso
/
source
/
Misc
/
Delpath.bat
< prev
Wrap
DOS Batch File
|
1998-03-31
|
184b
|
8 lines
@echo off
rem
rem delpath.bat -- Configure PATH for Delphi command line
rem
set path=%path%;"C:\Program Files\Borland\Delphi 4\bin"
echo Configured for Delphi command line
path