uolabrat Posted January 7, 2009 Posted January 7, 2009 Hi, I found a couple of examples of this structure that works great for what I need, but I don't understand why. (which seems a little dangerous to me...) RunWait("cmd /t:9f /k" & $variable) where $variable is a command string, in my case a psexec command. Could someone please explain it to me or show me where I could find the information? Thanks!
PsaltyDS Posted January 7, 2009 Posted January 7, 2009 Hi, I found a couple of examples of this structure that works great for what I need, but I don't understand why. (which seems a little dangerous to me...)RunWait("cmd /t:9f /k" & $variable)where $variable is a command string, in my case a psexec command.Could someone please explain it to me or show me where I could find the information?Thanks!Google is your friend: MSDN Windows XP Command-line Reference: CMD Valuater's AutoIt 1-2-3, Class... Is now in Session!For those who want somebody to write the script for them: RentACoder"Any technology distinguishable from magic is insufficiently advanced." -- Geek's corollary to Clarke's law
uolabrat Posted January 8, 2009 Author Posted January 8, 2009 Google is your friend: MSDN Windows XP Command-line Reference: CMD Ahh... yes... that thing... you know, if people keep using this google thing it might get big or something... thanks much... I saw that hit initially but didn't search it thoroughly. Peace!
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