Anyone with some conemu knowledge for running TC's user commands?
This works:
Command: cmd.exe /C ""%commander_path%\utils\test.bat""
Parameter: ?%F 20 8-10
("20" and "8-10" are parameters for the program listed inside test.bat)
Now, I find extremely difficult to accomplish the same with ConEmu (a frontend for the shell, in my case is cmd.exe, windows 8.1pro64bit).
I read the conemu's documentatione but still i find It very difficult

I've only come this far

Command: %commander_path%\ConEmu\ConEmu64.exe
I couldn't pass to him neither the bat file nor the parameters (either by placing them in the Command field or by inserting them in the Parameters field).
Many thanks
edit: now it launches the bat file also,
Command: "%commander_path%\ConEmu\ConEmu64.exe" "%commander_path%\utils\test.bat"
Parameters: <empty>
but I don't get to pass the parameters (filenames) to test.bat
