dos_compilers/DeSmet C88 v24/m.sh

13 lines
215 B
Bash
Raw Normal View History

2024-07-04 16:57:31 +02:00
str=$(tr '[a-z]' '[A-Z]' <<< $1)
2024-07-04 15:32:35 +02:00
rm $str.O 2>/dev/null
rm $str.EXE 2>/dev/null
# -nDESMETC doesn't work in this version of c88
ntvdm -r:. -u c88 $str
echo
ntvdm -r:. -u bind $str other
echo
rm $str.O 2>/dev/null