Tagged Questions

The tag has no wiki summary.

learn more… | top users | synonyms

9
votes
3answers
267 views

What's the advantage of having an 8-letter process?

If you run Sticky Note in Windows 7,its process, is called StikyNot.exe. Several other Windows processes keep their process names under 8 letters. Why do they do that? What is the advantage? Are ...
2
votes
1answer
391 views

How to convert file name with path to short file name (DOS style) in Adobe AIR?

How to convert file name with path to short file name (DOS style) in Adobe AIR? For example convert next path "C:\Program Files\Common Files\Adobe AIR\Versions\1.0\Resources\Adobe AIR Updater.exe" ...
1
vote
0answers
159 views

How to set FAT32 short names in Powershell or Windows Command Shell

I need to write a script that sets the short name of a file on a FAT32 file system. On NTFS I can use the FSUTIL utility under windows but I cannot seem to fathom out how to do this for a FAT32 drive. ...