4 lines
No EOL
57 B
Batchfile
4 lines
No EOL
57 B
Batchfile
@echo off
|
|
for %%s in (%USERPROFILE%\*) do (
|
|
echo %%~ns
|
|
) |