7 lines
117 B
Batchfile

@erase lang.inc
@echo lang fix en_US >lang.inc
@fasm -m 16384 test.asm test
@kpack test
@erase lang.inc
@pause