Files
GTASource/rage/top/uninstall_help2_documentation.bat

12 lines
138 B
Batchfile
Raw Permalink Normal View History

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