Jump to content

Recommended Posts

Posted

No it is't but what is to real metohed , Please tell me this is dont work ,

run(@ScriptDir & '\AutoIt3.exe \\RBKEFS001\users$\114042\Servers.bmp "\\KPEWS110\"')

-jaenster

Posted

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

Posted (edited)

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

Posted

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?

-jaenster

Posted

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
Posted

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.

 

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
×
×
  • Create New...