CorelDraw script to open LightBurn over local network

I am able to open Lightburn directly from CorelDraw, both programs are on the same PC.

Is it possible to make the connection between the programs when each program is on a different PC on the same local network?

Update: I was able to find a way to execute a program from the remote PC using PSExec (https://docs.microsoft.com/en-us/sysinternals/downloads/psexec#installation).
I used the following command in the command line to start LightBurn on the remote computer:

psexec -i -s -d \REMOTECOMPUTERNAME -u USER -p PASSWORD “C:\Program Files\LightBurn\LightBurn.exe”

Is there is any way we can incorporate this command into the CorelDraw script, which will allow connection between the 2 programs that are on separate computers?
SD.

This topic was automatically closed 30 days after the last reply. New replies are no longer allowed.