Files
Gmod-PropHuntExtended/Workshop Package.bat
T

4 lines
116 B
Batchfile
Raw Normal View History

@ECHO OFF
call env.win.bat
2016-06-14 07:28:36 +02:00
"%GARRYSMODPATH%\bin\gmad.exe" create -folder "%CD%\Source" -out "%CD%\Pack.gma"
PAUSE