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.