* Execute cm_SwitchLongNames (turn off long names)
Look at the folder history using the button with triangle image. The current folder has been uppercased.
* Execute cm_SwitchLongNames again (turn it on again)
Look at the folder history using the button with triangle image. The current folder is no longer uppercased.
The uppercased folder is however included in history when using the Go back and Go forward buttons (buttons with arrow images).
Consider a button to copy full file name to clipboard in 8.3 DOS notation.
Define custom command:
Code: Select all
em_CdPathShortNames
Command: cd
Parameters: %p
The following button command does not work:
Code: Select all
em_CdPathShortNames,cm_SwitchLongNames,cm_CopyFullNamesToClip,cm_GotoPreviousDir,cm_SwitchLongNames
Code: Select all
em_CdPathShortNames,cm_SwitchLongNames,cm_CopyFullNamesToClip,cm_GotoPreviousDir,cm_GotoPreviousDir,cm_SwitchLongNames
The following command does not work:
Code: Select all
em_CdPathShortNames,cm_SwitchLongNames,cm_CopyFullNamesToClip,cm_SwitchLongNames,cm_GotoPreviousDir
Code: Select all
em_CdPathShortNames,cm_SwitchLongNames,cm_CopyFullNamesToClip,cm_SwitchLongNames,cm_GotoPreviousDir,cm_GotoPreviousDir
Code: Select all
em_CdPathShortNames,cm_SwitchLongNames,cm_CopyFullNamesToClip,cm_SwitchLongNames,cm_GotoPreviousDir,cm_GotoPreviousDir,cm_GotoPreviousDir