PDA

View Full Version : Open With clear %f in second reference


ccmancio
31-May-2009, 07:16 AM
I was using, por exemple, sort "%f" /o "%f.srt", but bc execute sort foldername /o .srt ??

if I use %F, its ok, Why ?

Craig
31-May-2009, 11:00 AM
The "%f" variable is a special case in that if there are two of them it uses the second selected file for the second %f instance. Use sort "%f1" /o "%f1.srt" instead.