mirror of
https://github.com/Q3Rally-Team/rallyunlimited-engine.git
synced 2024-11-22 04:12:11 +00:00
7 lines
No EOL
168 B
Batchfile
7 lines
No EOL
168 B
Batchfile
@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% |