how to execute python file in windows from linux [closed]

Clash Royale CLAN TAG#URR8PPP
up vote
-3
down vote
favorite
I am trying to send command via ssh from linux to windows to run some application.
I have cygwin in windows.
From linux via ssh I am sending command to run application.
Ex: login to ssh windows account.
user@ssh: start abc.exe
It is running in background (a checked in the taskbar)
I want to run the application in foreground, if I send any ssh command to windows it should open the app in windows and run.
linux shell ssh python windows
closed as unclear what you're asking by Rui F Ribeiro, GAD3R, Thomas, Romeo Ninov, Archemar Nov 29 at 14:26
Please clarify your specific problem or add additional details to highlight exactly what you need. As it's currently written, it’s hard to tell exactly what you're asking. See the How to Ask page for help clarifying this question. If this question can be reworded to fit the rules in the help center, please edit the question.
add a comment |
up vote
-3
down vote
favorite
I am trying to send command via ssh from linux to windows to run some application.
I have cygwin in windows.
From linux via ssh I am sending command to run application.
Ex: login to ssh windows account.
user@ssh: start abc.exe
It is running in background (a checked in the taskbar)
I want to run the application in foreground, if I send any ssh command to windows it should open the app in windows and run.
linux shell ssh python windows
closed as unclear what you're asking by Rui F Ribeiro, GAD3R, Thomas, Romeo Ninov, Archemar Nov 29 at 14:26
Please clarify your specific problem or add additional details to highlight exactly what you need. As it's currently written, it’s hard to tell exactly what you're asking. See the How to Ask page for help clarifying this question. If this question can be reworded to fit the rules in the help center, please edit the question.
I'm voting to close this question as off-topic because its about run command in Windows, not UNIX/Linux
– Romeo Ninov
Nov 29 at 13:19
add a comment |
up vote
-3
down vote
favorite
up vote
-3
down vote
favorite
I am trying to send command via ssh from linux to windows to run some application.
I have cygwin in windows.
From linux via ssh I am sending command to run application.
Ex: login to ssh windows account.
user@ssh: start abc.exe
It is running in background (a checked in the taskbar)
I want to run the application in foreground, if I send any ssh command to windows it should open the app in windows and run.
linux shell ssh python windows
I am trying to send command via ssh from linux to windows to run some application.
I have cygwin in windows.
From linux via ssh I am sending command to run application.
Ex: login to ssh windows account.
user@ssh: start abc.exe
It is running in background (a checked in the taskbar)
I want to run the application in foreground, if I send any ssh command to windows it should open the app in windows and run.
linux shell ssh python windows
linux shell ssh python windows
edited Nov 29 at 8:56
GAD3R
24.7k1749104
24.7k1749104
asked Nov 29 at 6:41
Harsha B.R
1
1
closed as unclear what you're asking by Rui F Ribeiro, GAD3R, Thomas, Romeo Ninov, Archemar Nov 29 at 14:26
Please clarify your specific problem or add additional details to highlight exactly what you need. As it's currently written, it’s hard to tell exactly what you're asking. See the How to Ask page for help clarifying this question. If this question can be reworded to fit the rules in the help center, please edit the question.
closed as unclear what you're asking by Rui F Ribeiro, GAD3R, Thomas, Romeo Ninov, Archemar Nov 29 at 14:26
Please clarify your specific problem or add additional details to highlight exactly what you need. As it's currently written, it’s hard to tell exactly what you're asking. See the How to Ask page for help clarifying this question. If this question can be reworded to fit the rules in the help center, please edit the question.
I'm voting to close this question as off-topic because its about run command in Windows, not UNIX/Linux
– Romeo Ninov
Nov 29 at 13:19
add a comment |
I'm voting to close this question as off-topic because its about run command in Windows, not UNIX/Linux
– Romeo Ninov
Nov 29 at 13:19
I'm voting to close this question as off-topic because its about run command in Windows, not UNIX/Linux
– Romeo Ninov
Nov 29 at 13:19
I'm voting to close this question as off-topic because its about run command in Windows, not UNIX/Linux
– Romeo Ninov
Nov 29 at 13:19
add a comment |
1 Answer
1
active
oldest
votes
up vote
0
down vote
Just say abc (or abc.exe, but the .exe part is generally not needed);
leave off the start.
You may need to provide the path to the exe file; e.g.,C:UsersHarshabinabc.
add a comment |
1 Answer
1
active
oldest
votes
1 Answer
1
active
oldest
votes
active
oldest
votes
active
oldest
votes
up vote
0
down vote
Just say abc (or abc.exe, but the .exe part is generally not needed);
leave off the start.
You may need to provide the path to the exe file; e.g.,C:UsersHarshabinabc.
add a comment |
up vote
0
down vote
Just say abc (or abc.exe, but the .exe part is generally not needed);
leave off the start.
You may need to provide the path to the exe file; e.g.,C:UsersHarshabinabc.
add a comment |
up vote
0
down vote
up vote
0
down vote
Just say abc (or abc.exe, but the .exe part is generally not needed);
leave off the start.
You may need to provide the path to the exe file; e.g.,C:UsersHarshabinabc.
Just say abc (or abc.exe, but the .exe part is generally not needed);
leave off the start.
You may need to provide the path to the exe file; e.g.,C:UsersHarshabinabc.
answered Nov 29 at 9:03
G-Man
12.4k92961
12.4k92961
add a comment |
add a comment |
I'm voting to close this question as off-topic because its about run command in Windows, not UNIX/Linux
– Romeo Ninov
Nov 29 at 13:19