On Tuesday, February 12, 2013 12:07:54 AM Thomas Renninger wrote: > This new command is doing nearly the same as the windows > command.
> The default string escape if no argument > is passed is "%n%f %t " which is intended to rebuild > the same output the windows command would give as good > as possible (slight changes with the flags can happen). > int where; Ooops this is wrong, I still changed this so that no output change happens (minor changes with flags) when the already existing command: "windows" without argument is used. Above should be done in a devel branch where somewhat bigger cleanups are allowed including slight output changes. So currently "windows" command without arguments is the same as before. Thomas