How to Retrieve a long file name from the command line ?
Answer Posted / snehi
Suppose ur file name is "ThisIsMyFile" which is in folder
c:\abc... then go to cmd line,
C:\>cd abc
C:\abc>th
& press Tab key, it will display the whole file name as,
C:\>cd abc
C:\abc>ThisIsMyFile.txt
| Is This Answer Correct ? | 1 Yes | 2 No |
Post New Answer View All Answers
Can I use DLLs developed in C or C++ from Delphi?
How does inheritance operate when using the object of the classes?
How to create indexes with the TTable create function?
How to Detect what direction a printer will rotate for a portrait ?
Why Delphi drawing functions draw one pixel short?
I just bought Delphi. Where are the language and library reference manuals?
Can you use the Naming Service with the version of VisiBroker that comes with Delphi 5 Enterprise?
What is the process of exception handling in delphi?
How to assign a Null value to a numeric field in a table?
How to Check available disk space on large drives?
How to make changes to the VCL code?
How to create SQL queries with SQL Builder?
How can I manipulate data programatically?
How to Change the display mode settings in code?
How to have a TBitBtn component that has a word wrapped caption?