Expanding Full Path or File Name
Monday, March 12, 2012
Posted by Priya Yadav
Expand full path/file name with defined char using Command Prompt in Win NT4.0
You can expand the full name of a file or directory using a character of yourchoice.
You can expand the full name of a file or directory using a character of yourchoice.
- Close all Command Prompts
 - Start the Registry Editor
 - Open HKEY_CURRENT_USER\Software\Microsoft\Command Processor
 - If not present, add Key: CompletionChar
 - If you like to use TAB-Key for expand: set value (REG_SZ): "9"
 
- Open up a DOS window
 - Type: CD (followed by TAB)
 - The first available directory will appear
 - Press TAB again, the next one will appear
 - The same can be done with the DIR command
 
		This entry was posted on October 4, 2009 at 12:14 pm, and is filed under       
		
DOS
. Follow any responses to this post through RSS. You can leave a response, or trackback from your own site.                                    
		
Subscribe to:
Post Comments (Atom)
Post a Comment