dos_compilers/Microsoft muLISP-86 v51/m.bat
2024-07-05 08:30:14 -07:00

6 lines
166 B
Batchfile

copy common.lsp+structur.lsp+%1.lsp foo.lsp
REM first remove (rds) twice from foo.lsp
type foo.lsp | findstr /i /B /V (RDS) >bar.lsp
ntvdm -p -c mulisp bar.lsp