convert_forms.bat

来自「Este es un componete que proporciona var」· Batch 代码 · 共 14 行

BAT
14
字号
@echo Converts all Delphi 5/6 forms (text) in this forlder to Delphi 3/4 binary forms.
@echo.
@echo Note: if you get an error: 'Bad command ..' edit the bat-file.
rename *.dfm *.tmp

@rem Add the full path to convert.exe in the line below if you get an error: 'Bad command....'
@rem Then rerun the bat-file.
@rem ------------------------------------------------------------------------------------------------------
convert.exe *.tmp
@rem ------------------------------------------------------------------------------------------------------

del *.tmp
@pause

⌨️ 快捷键说明

复制代码Ctrl + C
搜索代码Ctrl + F
全屏模式F11
增大字号Ctrl + =
减小字号Ctrl + -
显示快捷键?