The following warnings occurred:
Warning [2] count(): Parameter must be an array or an object that implements Countable - Line: 895 - File: showthread.php PHP 7.2.34 (Linux)
File Line Function
/showthread.php 895 errorHandler->error




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)