jaenster Posted February 22, 2006 Posted February 22, 2006 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
cassetti Posted February 22, 2006 Posted February 22, 2006 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
Xenobiologist Posted February 22, 2006 Posted February 22, 2006 (edited) Hi,maybe this is worth a try.PsExecSo long,Mega Edited February 22, 2006 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
jaenster Posted February 22, 2006 Author Posted February 22, 2006 Yeah but you need it to instal on an other pc too -jaenster
GaryFrost Posted February 22, 2006 Posted February 22, 2006 Yeah but you need it to instal on an other pc too no you don't SciTE for AutoItDirections for Submitting Standard UDFs Don't argue with an idiot; people watching may not be able to tell the difference.
jaenster Posted February 22, 2006 Author Posted February 22, 2006 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
seandisanti Posted February 22, 2006 Posted February 22, 2006 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
GaryFrost Posted February 22, 2006 Posted February 22, 2006 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.
Recommended Posts
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 accountSign in
Already have an account? Sign in here.
Sign In Now