mirror of
https://github.com/SPLURT-Station/S.P.L.U.R.T-Station-13.git
synced 2025-12-09 16:07:40 +00:00
[MIRROR] Makes TGUI's reload.bat account for spaces in username (#3991)
* Makes reload.bat account for spaces in username (#32768) * Makes TGUI's reload.bat account for spaces in username
This commit is contained in:
committed by
kevinz000
parent
ade73101d7
commit
a1096e9724
@@ -3,7 +3,7 @@ REM Get the documents folder from the registry.
|
||||
for /f "tokens=3* delims= " %%a in (
|
||||
'reg query "HKEY_CURRENT_USER\Software\Microsoft\Windows\CurrentVersion\Explorer\Shell Folders" /v "Personal"'
|
||||
) do (
|
||||
set documents=%%a
|
||||
set documents=%%a %%b
|
||||
)
|
||||
REM Copy assets to the BYOND cache
|
||||
cmd /c copy assets\* "%documents%\BYOND\cache" /y
|
||||
|
||||
Reference in New Issue
Block a user