📄 create_jcl_hardlinks.pas.cmd
字号:
@echo off
echo Continue by pressing ^<ENTER^> to overwrite the old JCL version of
echo this unit with a freshly created one (from prototype).
echo To cancel this operation press ^<CTRL+C^> or close this window!
echo.
echo.
pause
rem Remove the nonJCL parts
set tempname=.\Temp_Hardlinks.pas
simple_pp.pl ..\Hardlinks.pas JCL > "%tempname%"
simple_pp.pl %tempname% !PROTOTYPE > "..\..\windows\Hardlinks.pas"
del /f "%tempname%"
⌨️ 快捷键说明
复制代码
Ctrl + C
搜索代码
Ctrl + F
全屏模式
F11
切换主题
Ctrl + Shift + D
显示快捷键
?
增大字号
Ctrl + =
减小字号
Ctrl + -