怎样启动另一台主机上的文件,使在对方机上运行。

解决方案 »

  1.   

    谢谢!
      但我要随时直接启动另一台机上的EXE.
      怎样做?
      

  2.   

    难道wuchuncai(无蠢材)说的不可以吗?
      

  3.   

    wuchuncai(无蠢材)说的可以,
        但怎样控制一程序去启动要运行的程序?
        不过,最好还是直接启动好。
        请指教!
         
      

  4.   

    The first you'll get the another's popedom.Now you could remote run.And Now you'll get the remote process use the process create a .exe.for example:
    http://www.pconline.com.cn/pcedu/empolder/gj/vc/10207/78856.html
      

  5.   

    ShellExecute 和 CreateProcess 可以解决执行的问题,不知道能不能用\\的方法来解决执行同一局域网机器上执行文件的问题
    试试
     ShellExecute("\\computer\path\a.exe",NULL,...)
     或者
     ShellExecute(NULL,"\\computer\path\a.exe parameter", ...)
     看看能不能行
      

  6.   

    ShellExecute("\\computer\path\a.exe",NULL,...)
    起来之后是在你本机运行远端程序,哈哈!
    植个木马吧
      

  7.   

    客户端接受命令后
    用CreateProcess呼叫你的exe就可以了..用法看Msdn
      

  8.   

    NT 网络的话用 at 命令调度,记住加上 /interactive 选项