won't redistribute TASM, TLINK, TD
[dos-tasm-exercises.git] / com_run.sh
blob5a5b0913a1916cf4dbe442ad8f39bb1c9255c4bf
1 #!/bin/sh
4 # Copyright (C) 2008 Alexander Potashev
7 OLD_PWD=$PWD
8 TASM_DIR=../tasm-bin
10 cp main.asm $TASM_DIR
12 cd $TASM_DIR
13 dosbox -exit combuild.bat
14 cd $OLD_PWD
17 cd $TASM_DIR
18 dosbox -exit run.bat
19 cd $OLD_PWD