Nova Posted July 10, 2004 Posted July 10, 2004 URLDownloadToFile("www.images.com/beer.jpg", @ScriptDir & "\beer.jpg") Run(@ComSpec & ' /c mspaint.exe "' & @ScriptDir & '\beer.jpg"', "", @SW_HIDE) Ok that downloads the pic and opens it in paint using cmd hiding the cmd window. How would I make it open the picture in paint as a Maximized mspaint window and still keep the cmd window hidden. Can u have 2 macros from the window size list effecting 2 different windows in the one run command ?
Developers Jos Posted July 10, 2004 Developers Posted July 10, 2004 just run it directly: Run('mspaint.exe "' & @ScriptDir & '\beer.jpg"') SciTE4AutoIt3 Full installer Download page - Beta files Read before posting How to post scriptsource Forum etiquette Forum Rules Live for the present, Dream of the future, Learn from the past.
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