JohnBailey Posted February 20, 2007 Posted February 20, 2007 I'm looking for documentation on the following script. I want to understand what each blueText part means (I understand the nonBlueText)Run(@ComSpec & " /c RUNDLL32 PRINTUI.DLL,PrintUIEntry /q /y /n " & '"' & $Printer & '"', "", @SW_HIDE)my original question is found at http://www.autoitscript.com/forum/index.ph...id=308029&# A decision is a powerful thing
PaulIA Posted February 20, 2007 Posted February 20, 2007 I'm looking for documentation on the following script. I want to understand what each blueText part means (I understand the nonBlueText)Run(@ComSpec & " /c RUNDLL32 PRINTUI.DLL,PrintUIEntry /q /y /n " & '"' & $Printer & '"', "", @SW_HIDE)my original question is found at http://www.autoitscript.com/forum/index.ph...id=308029&#Found on Google, but I'll post the link for you anyway... Auto3Lib: A library of over 1200 functions for AutoIt
JohnBailey Posted February 20, 2007 Author Posted February 20, 2007 Dude thank you thank you thank you! That's perfect! I didn't think to google it Off for some more learnin' A decision is a powerful thing
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