Files
GTASource/rage/top/install_help2_documentation.bat

12 lines
134 B
Batchfile
Raw Permalink Normal View History

2025-02-23 17:40:52 +08:00
@echo off
setlocal
pushd doc
pushd bin
ECHO Installing Help2 Files:
HelpGenerator.exe rage_default_settings.xml -install
popd
popd