最後是在自訂使用者命令中,用DOS指令解決,我使用Alt 1~3當快速鍵(沒有更順手的選擇了..冏。)
指令執行時,會跑出 fastCopy的視窗,執行完就會自動關閉。
在Xplorer2下,fastCopy複製的命令如下
$D:\Software\FastCopy199r4\fastcopy.exe /cmd=force_copy /auto_close /open_window $A /to=$I & exit
$D:\Software\FastCopy199r4\fastcopy.exe /cmd=force_copy /auto_close /open_window $A /to=$I & exit
其中的 &exit是讓他自動的關閉command line
在Xplorer2下,fastCopy時移動的命令如下
$D:\Software\FastCopy199r4\fastcopy.exe /cmd=move /open_window /auto_close $A /to=$I & exit
$D:\Software\FastCopy199r4\fastcopy.exe /cmd=move /open_window /auto_close $A /to=$I & exit