Jump to content

Recommended Posts

Posted (edited)

No, but here is a possible workaround using WordPad:

$file = "C:\Some File.txt"
RunWait("write.exe" & " " & """" & $file & """", "", @SW_HIDE)
Opt("WinTitleMatchMode", 2);substring
WinWait("WordPad")
WinMenuSelectItem("WordPad","","&File", "Print Pre&view")
WinSetState("WordPad", "", @SW_SHOW)

Edit: Enhanced the example with @SW_HIDE

Edited by CyberSlug
Use Mozilla | Take a look at My Disorganized AutoIt stuff | Very very old: AutoBuilder 11 Jan 2005 prototype I need to update my sig!
Posted (edited)

Actually he could use the dos-command print instead.. o:)

Edit : Duuh, that`s not even what you wanted... :lmao:

Edited by Helge

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...