This website requires JavaScript.
Explore
Help
Register
Sign In
OS_Develop
/
dos_compilers
Watch
1
Star
0
Fork
0
You've already forked dos_compilers
Code
Issues
Pull Requests
Actions
Packages
Projects
Releases
Wiki
Activity
f3e4294c3f
dos_compilers
/
Microsoft COBOL v21
/
m.bat
10 lines
110 B
Batchfile
Raw
Normal View
History
Unescape
Escape
Microsoft COBOL v2.1
2024-07-24 15:58:04 +02:00
del
%1
.obj
2
>
nul
del
%1
.exe
2
>
nul
linux build
2024-07-24 16:04:43 +02:00
ntvdm -r:. -h -c -d cobol
%1
,
%1
,
%1
/D;
Microsoft COBOL v2.1
2024-07-24 15:58:04 +02:00
ntvdm -c runcob
%1
echo
:
Reference in New Issue
Copy Permalink