home *** CD-ROM | disk | FTP | other *** search
/ Chip 2002 April / Chip_2002-04_cd1.bin / zkuste / delphi / kolekce / d3456 / PBEDIT.ZIP / Convert_forms.bat next >
DOS Batch File  |  2002-01-20  |  573b  |  14 lines

  1. @echo Converts all Delphi 5/6 forms (text) in this forlder to Delphi 3/4 binary forms.
  2. @echo.
  3. @echo Note: if you get an error: 'Bad command ..' edit the bat-file.
  4. rename *.dfm *.tmp
  5.  
  6. @rem Add the full path to convert.exe in the line below if you get an error: 'Bad command....'
  7. @rem Then rerun the bat-file.
  8. @rem ------------------------------------------------------------------------------------------------------
  9. convert.exe *.tmp
  10. @rem ------------------------------------------------------------------------------------------------------
  11.  
  12. del *.tmp
  13. @pause
  14.