These command simply doesn't work:
OPENTABS with the L or R modifier
APPENDTABS with the L or R modifier
SELECTFILES with the D, B, U, L, R, T or S modifier
SAVESELECTION with the A or W modifier
SAVEDETAILS with the A, W or H modifier
ZIPFROMLIST with the 0 (zero) modifier
ZIPFROMLIST does not work with the -m, -o, -c0-3 and -0-9 parameters:
Code: Select all
C+W=ZIPFROMLIST
C+W_params=-o "%|COMMANDER_PATH|\test\test.zip" %UF
Code: Select all
C+W=ZIPFROMLIST
C+W_params="%|COMMANDER_PATH|\test\test.zip" %UF
FTPOPEN does not work if the name of the FTP-session starts with some digits followed by a space, unless the name is double double-quoted.
This does not work:
Code: Select all
C+W=FTPOPEN
C+W_params="00 madsenworld"
This works:
Code: Select all
C+W=FTPOPEN
C+W_params=""00 madsenworld""
I seems to have to do with digits in the start, because if i use letters in the start it works even without quotes:
Code: Select all
C+W=FTPOPEN
C+W_params=aa madsenworld
Also if there is no space after the digits in the name it works:
Code: Select all
C+W=FTPOPEN
C+W_params=00madsenworld