2
Galizza
If the author had implemented
my simple request, then I could offer an analogue with
em_Copy [1-8].
But for some reason he does not understand how useful this supplement would be.
It would be solved as follows for
em_Copy:
Command: %COMMANDER_PATH%\
Utils\TCFS2\TCFS2.exe /ef "set_tcini(Configuration,ShowCopyOptions,1) tcm(905,1)
Parameters (x32): eval(select_wait(`
%A`,findwnd(TMyComboBox,,findwnd(TMyGroupBox,,findwnd(TInpComboDlg))),1))"
Parameters (x64): eval(select_wait(`
%A`,findwnd(LCLComboBox,,findwnd(Button,,findwnd(TInpComboDlg),0)),1))
Otherwise, you will have to duplicate the commands by specifying
1-8 instead of
%A.
Another option would be if you create a command in TCFS2.ini in the Items section (to choose from two architectures):
Code: Select all
[Items]
; For TC x32:
tcopy=set_tcini(Configuration,ShowCopyOptions,1) tcm(905,1) eval(select_wait(`#1`,findwnd(TMyComboBox,,findwnd(TMyGroupBox,,findwnd(TInpComboDlg))),1))
; For TC x64:
tcopy=set_tcini(Configuration,ShowCopyOptions,1) tcm(905,1) eval(select_wait(`#1`,findwnd(LCLComboBox,,findwnd(Button,,findwnd(TInpComboDlg),0)),1))
And then execute from a button or a custom command:
%COMMANDER_PATH%\
Utils\TCFS2\TCFS2.exe /ei tcopy(
[№])
%COMMANDER_PATH%\
Utils\TCFS2\TCFS2.exe /ei tcopy(
1)
—/—
%COMMANDER_PATH%\
Utils\TCFS2\TCFS2.exe /ei tcopy(
8)