Jump to content

start an progam on an other pc


jaenster
 Share

Recommended Posts

is that engrish or is 24 hours with no sleep settin in?

the run command will execute the program residing anywhere on your machne - look around on the forum (like 5 lines down from this one as of 6am eastern time

there is a thread exactly like this

Link to comment
Share on other sites

Hi,

maybe this is worth a try.

PsExec

So long,

Mega

Edited by th.meger

Scripts & functions Organize Includes Let Scite organize the include files

Yahtzee The game "Yahtzee" (Kniffel, DiceLion)

LoginWrapper Secure scripts by adding a query (authentication)

_RunOnlyOnThis UDF Make sure that a script can only be executed on ... (Windows / HD / ...)

Internet-Café Server/Client Application Open CD, Start Browser, Lock remote client, etc.

MultipleFuncsWithOneHotkey Start different funcs by hitting one hotkey different times

Link to comment
Share on other sites

Some qeustion

run("cmd")
sleep(1000)
send(@ScriptDir & "\psexec.exe \\Laptop -i c:\admintool\AdminTool.au3 -u administrator -p **MyPAssword**{enter}")

Do you know whats wrong with this?

why run a command window then send it keys? you can just run()... do a search on the forums for psexec or @compsec for examples on use
Link to comment
Share on other sites

Some qeustion

run("cmd")
sleep(1000)
send(@ScriptDir & "\psexec.exe \\Laptop -i c:\admintool\AdminTool.au3 -u administrator -p **MyPAssword**{enter}")

Do you know whats wrong with this?

AdminTool.au3 should be AdminTool.exe to start with, haven't checked the rest

SciTE for AutoItDirections for Submitting Standard UDFs

 

Don't argue with an idiot; people watching may not be able to tell the difference.

 

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...