vforcout.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 force out 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

forceout %1

⌨️ 快捷键说明

复制代码Ctrl + C
搜索代码Ctrl + F
全屏模式F11
增大字号Ctrl + =
减小字号Ctrl + -
显示快捷键?