convert_forms.bat
来自「wil编辑器所需控件,传奇wil文件查看编辑器所用到的另一个重要控件,也是在外国」· Batch 代码 · 共 16 行
BAT
16 行
@echo Converts all Delphi 5/6 forms (text) in this folder to Delphi 3/4 binary forms.
@echo.
@echo Note: if you get an error: 'Bad command ..' edit the bat-file.
cd .\PBFolderDialogDemo
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
⌨️ 快捷键说明
复制代码Ctrl + C
搜索代码Ctrl + F
全屏模式F11
增大字号Ctrl + =
减小字号Ctrl + -
显示快捷键?