4 lines
81 B
Batchfile
Raw Normal View History

@echo lang fix en >lang.inc
@fasm freecell.asm freecell
@erase lang.inc
@pause