vrcs.bat
来自「开放源码的编译器open watcom 1.6.0版的源代码」· Batch 代码 · 共 8 行
BAT
8 行
@echo off
rem this batch file is part of the interface to a Revision Control System (RCS)
rem call RCS command to checkout (lock) a copy of the file
rem the first (and only) parameter ( %1 ) is the file name
rem you can change this to use your own RCS by replacing the command below
pco -l %1
⌨️ 快捷键说明
复制代码Ctrl + C
搜索代码Ctrl + F
全屏模式F11
增大字号Ctrl + =
减小字号Ctrl + -
显示快捷键?