user interface - Executing .bat file remotely from Linux box -


i'm trying execute .bat file on windows box remotely linux box connecting via ssh, obtaining windows command prompt , executing batch file.

when connect windows machine can see process running graphical interface not being invoked.

regards rahul

probably, need install x server on windows? consider xming 1 option. assuming have installed ssh-server on windows system.

note: need login on windows box (once, after windows login), start x server on windows & onwards should able ssh system & start gui application.

another possible issue:

the ssh-server binary should executed user, after logging in once after windows system boot. ssh windows box, export display=:0 & run gui app.

note: have not tested of above 2 solution, these think possible solutions.

one more solution: create dedicated tcp based server (on windows) client (on linux) model & send commands on channel. dirty way & able give limited functionality, tested working.


Comments

Popular posts from this blog

Delphi XE2 Indy10 udp client-server interchange using SendBuffer-ReceiveBuffer -

Qt ActiveX WMI QAxBase::dynamicCallHelper: ItemIndex(int): No such property in -

Enable autocomplete or intellisense in Atom editor for PHP -