是否可以制作批处理文件来编译 MS cobol 2.20 中的代码?
例如我有一个小程序,然后我想使用命令编译它
COBOL FILENAME;
但我希望命令更短,这样我就不需要输入单词 COBOL。
这就是我要的。
例如像这样:
C filename; //this will compile now the program
为了运行程序,我还想使用一个字母。
r filename; //this will run my program