5 lines
91 B
Batchfile
Raw Normal View History

@erase /s lang.inc > nul
2024-06-03 00:34:02 +01:00
@echo lang fix en_US >lang.inc
fasm MSquare.asm MSquare
2024-06-03 00:34:02 +01:00
pause