Added upstream from http://ftp.icm.edu.pl/pub/loglan/
[loglan.git] / bin / dos / 486 / cc.bat
1 rem IF:\r
2 rem    1ø the programs: loglan.exe, gen.exe, int.exe are visible here\r
3 rem    2ø the first parameter %1 of this command is the file \r
4 rem       containing what you believe a source of Loglan program\r
5 rem  THEN it may be useful to use this command cc\r
6 \r
7 loglan %1\r
8 pause\r
9 gen %1\r
10 del %1.lcd\r
11 int %1\r