@echo off REM Get the documents folder from the registry. @echo off for /f "tokens=3*" %%p in ('REG QUERY "HKCU\Software\Microsoft\Windows\CurrentVersion\Explorer\Shell Folders" /v Personal') do ( set DocumentsFolder=%%p ) REM Copy assets to the BYOND cache cmd /c copy assets\* "%DocumentsFolder%\BYOND\cache" /y