Page 1 of 1
FreeCommander variable usage
Posted: 14.04.2009, 06:10
by clanman
I would like to find out how FC passes variables such as %ActivSel%, %RightSel% and so on.
EG: are they sent as one string, are they separated by commas and so on.
Posted: 15.04.2009, 16:39
by kat888
they're separated by spaces. i used these variables with a tool (developed by myself) which considers arguments separated by spaces and it worked fine.
Posted: 15.04.2009, 22:34
by Marek
Open the Favorite Tool window and use in the 'Parameter' field the %Dlg% variable. You can see the command line if the variable is defined.
Posted: 16.04.2009, 23:58
by clanman
Thanks guys. Very helpful