Executing exe or bat file on remote windows machine from *nix

前端 未结 4 734
借酒劲吻你
借酒劲吻你 2021-02-06 02:21

I am trying to execute a bat file on remote windows machine on cloud from my Linux. The bat files starts selenium server and then my selenium tests are run. I am not able to sta

4条回答
  •  轮回少年
    2021-02-06 02:32

    Not a very secure way, but if you have a running webserver you can use PHP or ASP to trigger a system command. Just hide thgat script under www.myserver.com/02124309c9867a7616972f52a55db1b4.php or something. And make sure the command are fixed written in the code, not open via parameter ...

提交回复
热议问题