linux build

This commit is contained in:
David Lee 2024-07-24 07:04:43 -07:00
parent 8fa056fa85
commit bdcd276bf8
2 changed files with 12 additions and 1 deletions

View File

@ -1,7 +1,7 @@
del %1.obj 2>nul del %1.obj 2>nul
del %1.exe 2>nul del %1.exe 2>nul
ntvdm -t -r:. -h -c -d cobol %1,%1,%1/D; ntvdm -r:. -h -c -d cobol %1,%1,%1/D;
ntvdm -c runcob %1 ntvdm -c runcob %1
echo: echo:

11
Microsoft COBOL v21/m.sh Normal file
View File

@ -0,0 +1,11 @@
str=$(tr '[a-z]' '[A-Z]' <<< $1)
rm $str.INT 2>/dev/null
rm $str.LST 2>/dev/null
ntvdm -u -r:. -h -c -d COBOL $str,$str,$str/D\;
rm $str.LST 2>/dev/null
ntvdm -u -r:. -c RUNCOB $str
echo