Re: bat File to Launch Remote X11 Application

2021-11-22 Thread Brian Inglis
On 2021-11-22 17:07, Takashi Yano via Cygwin wrote: On Mon, 22 Nov 2021 14:15:32 -0500 Dennis Putnam wrote: I have a remote X application on a Linux system that I want to launch with a Windows bat file. My main problem is how to determine if Cygwin/X is running and if not launch it. Once verifie

Re: bat File to Launch Remote X11 Application

2021-11-22 Thread Takashi Yano via Cygwin
On Mon, 22 Nov 2021 14:15:32 -0500 Dennis Putnam wrote: > I have a remote X application on a Linux system that I want to launch > with a Windows bat file. My main problem is how to determine if Cygwin/X > is running and if not launch it. Once verified I think all I need to do > is use SSH -Y wit

bat File to Launch Remote X11 Application

2021-11-22 Thread Dennis Putnam
I have a remote X application on a Linux system that I want to launch with a Windows bat file. My main problem is how to determine if Cygwin/X is running and if not launch it. Once verified I think all I need to do is use SSH -Y with the command that starts the X application. Can someone help?