you can copy this in your DEFAULT.BAR and change the number X in the next available one...
buttonX=shell32.dll,66
cmdX=[specify your dir\]swap.bat
iconicX=-1
paramX=%L
menuX=SWAP names of 2 files
create (SHIFT-F4) the swap.bat in the [specify your dir\] used in cmdX and copy this in it:
@echo off
set f1=
for /f "tokens=* delims=*" %%a in (%1) do (
If not defined f1 set f1=%%a
set f2=%%a)
ren "%f1%" s
move "%f2%" "%f1%"
move s "%f2%"
Save everything and test!
NOTE: This swap feature doesn't work with filenames/directories with Extended ASCII characters (character codes 128 - 255).
If I have a fix, I'll let y'all know. If you have a fix, let ME know!

MIKE
P.S.: Tell me, is it possible to assign a short-cut key to a button??
I bought Perfect Keyboard Pro (www.pitrinec.com/pkindex.htm) to work faster then any mouse-man, but TC internal shortcuts would be nice