rallyunlimited-engine/docs/q3url_rem.cmd

7 lines
168 B
Batchfile
Raw Normal View History

2024-02-02 16:46:17 +00:00
@echo off
set F=%TEMP%\q3a.reg
echo REGEDIT4 > %F%
rem echo [-HKEY_CLASSES_ROOT\q3a] >> %F%
echo [-HKEY_CURRENT_USER\Software\Classes\q3a] >> %F%
regedit -s %F%
del %F%