Thread Rating:
  • 1 Vote(s) - 5 Average
  • 1
  • 2
  • 3
  • 4
  • 5
Remote contol of XYplorer
#1
With gintara's help, I was able to modify an old QM script that can be used to send msgs to my favorite filemanager XYplorer:

    void XYSend (string script) {
        var w = wnd.findOrRun(of: "xyplorer.exe",run: () => run.it("xyplorer.exe"));
        if (w.Is0) return;
        WndCopyData.Send<char>(w, 0x00400001, script);            
    }
 
NB: check XY's help for "Remote Control"


Messages In This Thread
Remote contol of XYplorer - by MBaas - 03-03-2024, 01:40 PM
RE: Remote contol of XYplorer - by AutoStarter - 03-05-2024, 08:25 AM
RE: Remote contol of XYplorer - by MBaas - 03-05-2024, 09:31 AM

Forum Jump:


Users browsing this thread: 1 Guest(s)