Doppio Posted November 13, 2006 Posted November 13, 2006 Can anyone point me in the right direction?I looked all over the forums, but cannot find a utility like the Print Migrator from microsftPrint MigratorHow can I replicate this Utility using AutoIT.Thanks in advance.
lod3n Posted November 13, 2006 Posted November 13, 2006 Why replicate it instead of use it? (Just wondering) [font="Fixedsys"][list][*]All of my AutoIt Example Scripts[*]http://saneasylum.com[/list][/font]
Doppio Posted November 13, 2006 Author Posted November 13, 2006 Why replicate it instead of use it? (Just wondering)When you were a kid, didn't you ever wonder how a radio worked?I'm just curious to see If I could do without microsoft's utility.
lod3n Posted November 13, 2006 Posted November 13, 2006 Well, you could start by playing around with backing up and restoring the printer configuration: ;Store all printer settings into a file: run('rundll32 printui.dll,PrintUIEntry /Ss /n "printer" /a "file.dat"') ;Restore all printer settings from a file: run('rundll32 printui.dll,PrintUIEntry /Sr /n "printer" /a "file.dat"') [font="Fixedsys"][list][*]All of my AutoIt Example Scripts[*]http://saneasylum.com[/list][/font]
Doppio Posted November 13, 2006 Author Posted November 13, 2006 Well, you could start by playing around with backing up and restoring the printer configuration:;Store all printer settings into a file: run('rundll32 printui.dll,PrintUIEntry /Ss /n "printer" /a "file.dat"');Restore all printer settings from a file: run('rundll32 printui.dll,PrintUIEntry /Sr /n "printer" /a "file.dat"')Thank you, I will try that
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