Title bar showing old DOS file name format

Display customization and font issues

Title bar showing old DOS file name format

Postby rmijnen » Wed Aug 11, 2004 1:45 am

I am using UltraEdit v10.10. When opened a file for editing, the titlebar shows the full path name of the file in the old DOS format, e. g. C:\PROGRA~1\

Does anyone know if this can be changed so the directory is shown in its full name?
User avatar
rmijnen
Newbie
 
Posts: 4
Joined: Tue Aug 10, 2004 11:00 pm

Re: Title bar showing old DOS file name format

Postby Mofi » Fri Aug 13, 2004 5:03 am

I also use V10.10c and my UE shows the long path and file names in title bar.
How do you open the files in UE? With File - Open, drag the file to the window of UE and drop it there, or by double clicking on the file in Windows Explorer?

Test, if you get different title bars with these 3 methods.

If you use the last one (double click), the reason why UE displays the short name is caused by the registry setting for this file extension.

[HKEY_CLASSES_ROOT\Applications\Uedit32.exe\shell\open\command]
@="\"C:\\Program Files\\UltraEdit\\Uedit32.exe\" \"
%1\""

You have to replace %1 by %L to force Windows Explorer to pass the file name to UE in long and not in short 8.3 format. Maybe you will have to replace %1 more than once.

You could change %1 also on File Types tab of the Folder Options dialog of Windows (Explorer), if you are not familiar with editing in registry.
User avatar
Mofi
Grand Master
Grand Master
 
Posts: 4051
Joined: Thu Jul 29, 2004 11:00 pm
Location: Vienna

Re: Title bar showing old DOS file name format

Postby rmijnen » Fri Aug 13, 2004 5:19 am

:D Many thanks to Austria !!!! :D
User avatar
rmijnen
Newbie
 
Posts: 4
Joined: Tue Aug 10, 2004 11:00 pm


Return to Editor Display