Skip to content

Commit

Permalink
Update README.md
Browse files Browse the repository at this point in the history
  • Loading branch information
RamonUnch authored Oct 14, 2021
1 parent 4447da3 commit 27dbb5d
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -34,5 +34,6 @@ If you want to regenerate short names for all files in current directorry.
Use: `> for /R [/D] %i in (*.*) do ssname.exe "\\.\%i"`
To make a recursive loop to include all files in sub-dirs.
Add the `/D` flag to selec folders (dirs).
Note that with the /R flag the full-path-name is supplied by cmd.exe, so you should add the `\\.\` prefic to the path so that path-names longer than 260 charracters can be used.

The point compared to `fsutil file setshortname <long path> <shortname>` is that short-name is generated automatically.

0 comments on commit 27dbb5d

Please sign in to comment.