2025-06-04 03:22:50 +02:00

9 lines
141 B
Batchfile

@echo off
rem Update GM Script function documentation
..\..\bin\gme.exe gmdoc.gm gmdoc.txt gmdoc.html
copy gmdoc.html ..\..\doc
rem Done.