vunlock.cmd
来自「开放源码的编译器open watcom 1.6.0版的源代码」· CMD 代码 · 共 9 行
CMD
9 行
@echo off
rem this batch file is part of the interface to a Revision Control System (RCS)
rem call the rcs command to unlock (scrap) this file,
rem and go back to the old version
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
pscrap %1
⌨️ 快捷键说明
复制代码Ctrl + C
搜索代码Ctrl + F
全屏模式F11
增大字号Ctrl + =
减小字号Ctrl + -
显示快捷键?