(If more then 1 file is sent, any LFN are converted to SFN.)
(Drag&Drop does not have this issue.)
Place go.bat in \Windows\SendTo
Everything -> path:len:>260
pick a file, right-click, Send to... go.bat
- Result: nothing (essentially)
Drag & drop that same file onto go.bat
- Result: the (SFN) is echo'd
go.bat:
Code: Select all
@echo off
ECHO %*
pause
(Win7, if that matters.)