📄 vfd_tbl.bat
字号:
rem This batch file need Borland Free C++ Compiler.
rem The free BCC5 could be download from ftp://ftpd.borland.com/download/bcppbuilder/freecommandLinetools.exe
del vfd_tool.exe
del vfd_data.c
del vfd_data.h
set PATH=%PATH%;C:\BORLAND\BCC5\BIN
C:\BORLAND\BCC5\BIN\bcc32 -6 -IC:\BORLAND\BCC5\INCLUDE -LC:\BORLAND\BCC5\LIB vfd_tool.c -evfd_tool.exe vfd_tool.c
if exist vfd_tool.exe goto GEN_TBL
goto END
:GEN_TBL
.\vfd_tool.exe
:END
⌨️ 快捷键说明
复制代码
Ctrl + C
搜索代码
Ctrl + F
全屏模式
F11
切换主题
Ctrl + Shift + D
显示快捷键
?
增大字号
Ctrl + =
减小字号
Ctrl + -