mirror of
https://github.com/ParadiseSS13/Paradise.git
synced 2026-01-02 13:42:32 +00:00
9 lines
211 B
Batchfile
9 lines
211 B
Batchfile
@echo off
|
|
|
|
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
|
|
)
|
|
|
|
echo %documents% |