690 shaares
3 liens privés
3 liens privés
Find long path in windows
And also :
dir /s /b > out.txt
# and then add a guide at position 260
In powershell :
cmd /c dir /s /b |? {$_.length -gt 260}
Find long path in windows
And also :
dir /s /b > out.txt
# and then add a guide at position 260
In powershell :
cmd /c dir /s /b |? {$_.length -gt 260}