Note that there are some explanatory texts on larger screens.

plurals
  1. POIn Windows XP, how to run a exe on some computer in LAN and make it run on that computer by using a batch file in my computer?
    text
    copied!<p>The problem goes this way. We are developing an application which is taking huge time to run and also we have limited license problem.</p> <p>So we have purchased a new computer with a very high configuration. Now this new PC is in LAN and all the 4 developers should use this PC for running the application. </p> <p><strong>The scenario:</strong><br> The developer has all the files ready to be run. Now he copies all the files into a shared directory on the new PC. Then he clicks a batch file in the local computer which has to call the exe on the other computer and run the tool on other computer. After the tool finishes running, it puts the result in a text file which can be taken by user later. In this way, the tool runs very fast and also the license issue is solved.</p> <p><strong>Problem definition:</strong><br> Typically whenever we double click an exe on shared computer, the exe runs locally on my PC which I dont want to happen.<br></p> <p><strong>How do I call an exe on some other computer on LAN and make it run on that computer?<br> Is it possible in Windows XP? <br> If yes, how do I go about it?</strong></p> <p>Note: I have to finally have a simple batch file which will be clicked on the local computer and it runs the exe on other computer.</p> <p><strong>EDIT1 :</strong> I found some things in internet like <br> WMIC utility<br> PsExec utility - <a href="http://technet.microsoft.com/en-us/sysinternals/bb897553" rel="nofollow">http://technet.microsoft.com/en-us/sysinternals/bb897553</a> <br> Is any of the above useful to my problem?</p> <p><br></p>
 

Querying!

 
Guidance

SQuiL has stopped working due to an internal error.

If you are curious you may find further information in the browser console, which is accessible through the devtools (F12).

Reload