short-filenames Questions
4
Solved
I am writing a Windows batch script, and I have an argument or variable containing a path that uses short 8.3 names. The path might represent a file or folder.
How can I convert the 8.3 path into ...
Sheela asked 26/12, 2015 at 18:15
1
Solved
RFC7159 states that the file extension to a stored JSON file should be .json.
I work with a file system with only 3-letter file extension. Is there any commonly accepted file extension for a JSON f...
Sulfamerazine asked 4/6, 2015 at 3:57
2
Solved
How to get the short-filename for a long-filename in Windows using Java?
I need to determine the short-filenames of files, stored on a Windows system, using Java(tm).
Othelia asked 19/9, 2013 at 11:23
3
Solved
I am trying to convert a long filename to a short filename (8.3) on Windows.
A batch-file with a command line argument works as intended:
short.bat:
@echo OFF
echo %~s1
calling short.bat C:\Do...
Earthward asked 19/4, 2012 at 11:35
1
I'd like to use native windows api function in my java class.
The function I am interested in is GetShortPathName.
http://msdn.microsoft.com/en-us/library/aa364989%28VS.85%29.aspx
I tried to use ...
Orlena asked 14/6, 2012 at 17:50
5
Solved
I have a folder with these files:
alongfilename1.txt <--- created first
alongfilename3.txt <--- created second
When I run DIR /x in command prompt, I see these short names assigned:
ALONG...
Whomever asked 27/11, 2008 at 15:32
3
Solved
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 t...
Squatness asked 15/8, 2009 at 19:23
1
© 2022 - 2024 — McMap. All rights reserved.