1

I am wondering how to trigger an AutoIt script on another PC from my own PC? Please be as descriptive as possible, I am moderately new to networking and remote commands.

Example:

  • Nightly build Perl script begins
  • Nightly build is successful
  • Nightly build Perl Script triggers an AutoIt smoke-test on a separate PC.
turbo
  • 1,233
  • 14
  • 36
Christopher Peterson
  • 983
  • 7
  • 22
  • 32

1 Answers1

1

Look into SSH and Windows Remote Shell.

Evan Kroske
  • 4,506
  • 12
  • 40
  • 59
  • @Evan, would you believe it never occurred to me that this might have anything to do with Microsoft? I think I don’t have a very PC version of PC. – tchrist Nov 12 '10 at 01:16
  • @tchrist AutoIt is a freeware Windows automation language. http://www.autoitscript.com/ I assume this is what Christopher means by Auto-it smoke-test. – Leolo Nov 12 '10 at 08:01
  • I guess I should have mentioned, that the command needs to be sent to the test PC without locking the test PC. The PC's UI needs to be 100% interactive for Autoit to run properly. – Christopher Peterson Nov 12 '10 at 18:21