How To Convert A Long Filename To A Short Filename
Sometimes it may be desirable to convert a long filename to a short filename, for example when working with the command prompt. A few simple rules can be followed to attain the correct 8.3 filename.
1. A SFN filename can have at most 8 characters before the dot. If it has more than that, you should write the first 6, then put a tilde ~ as the seventh character and a number (usually 1) as the eighth. The number distinguishes it from other files with both the same first six letters and the same extension.
2. Dots are important and must be used even for folder names (if there is a dot in the folder name). If there are multiple dots in the long file/directory name, only the last one is used. The preceding dots should be ignored. If there are more characters than three after the final dot, only the first three are used.
3. Generally:
- Any spaces in the filenames should be ignored when converting to SFN.
- Ignore all dots except the last one. Leave out the other dots, just like the spaces.
- Commas and square brackets are changed to underscores.
- Case is not important, upper case and lower case characters are treated equally.
To find out for sure the SFN or 8.3 names of the files in a directory
use: "dir /x" shows the short names if there is one, and the long names.
or : "dir /-n" shows only the short names, in the original DIR listing format.
Read more about this topic: 8.3 Filename
Famous quotes containing the words convert, long and/or short:
“With our splendid harbour, our beautifully situated city, our vast territories, all our varied and inexhaustible natural wealth, if we dont convert our colony into a great and prosperous nation, it will be a miracle of error for which we shall have to answer as for a gigantic sin.”
—Henry Parkes (18151896)
“Inside the brain
Two memories that long had lain
Now quivered toward each other, lipped
Together, and together slipped;
And for a moment all was plain
That men have thought about in vain.”
—Robert Frost (18741963)
“Resorts advertised for waitresses, specifying that they must appear in short clothes or no engagement. Below a Gospel Guide column headed, Where our Local Divines Will Hang Out Tomorrow, was an account of spirited gun play at the Bon Ton. In Jeff Winneys California Concert Hall, patrons bucked the tiger under the watchful eye of Kitty Crawhurst, popular lady gambler.”
—Administration in the State of Colo, U.S. public relief program (1935-1943)