Jump to content

Running An Program


Recommended Posts

What is the best way to launch a program on another pc

eg

Dim $ComputerName, $Count,$TotalTills

$ComputerName = StringTrimRight (@ComputerName,1)

#INCLUDE <Process.au3>

$TotalTills=2

$Count=1

DO

$Count = $Count +1

_RunDOS ( "Copy c:\answers.txt \\" & $ComputerName & $Count & "\c$\answers.txt" )

Run ("\\" & $ComputerName & $Count & "\d$\utility\Twinmar.exe")

UNTIL $Count = $TotalTills

This works but it launches on the local pc not the remote pc

Link to comment
Share on other sites

  • Developers

This will run the program on the pc running this script and not on the target pc.

You could use the pstools from sysinternals and do a PSexec command.

Edited by JdeB

SciTE4AutoIt3 Full installer Download page   - Beta files       Read before posting     How to post scriptsource   Forum etiquette  Forum Rules 
 
Live for the present,
Dream of the future,
Learn from the past.
  :)

Link to comment
Share on other sites

Create an account or sign in to comment

You need to be a member in order to leave a comment

Create an account

Sign up for a new account in our community. It's easy!

Register a new account

Sign in

Already have an account? Sign in here.

Sign In Now
 Share

  • Recently Browsing   0 members

    • No registered users viewing this page.
×
×
  • Create New...