9 lines
141 B
Batchfile
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. |