I like some command as:
1. Save setting of MC, currently I use scripts:
MC.CmdLineSet SETFOCUS;
MC.CmdLineSet TEXT=":save";
MC.CmdLineRun CMD="nircmd sendkey enter press"
I have to use nircmd to send key to save
2. Some case I need restart MC as Admin (I only allow MC run with one instance) so I like command to Restart MC, currently I use nircmd to kill MC process and restart again with ADMIN.
3. Currently MC support view data file and picture with MultiDataViewer and MC Picture Viewer but when I change these viewer by my application then I cannot use MultiDataViewer and MC Picture Viewer. So I hope you can create command for MultiDataViewer and Picture Viewer.