Jump to content

Print Migrator


Doppio
 Share

Recommended Posts

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]

Link to comment
Share on other sites

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

Link to comment
Share on other sites

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
 Share

  • Recently Browsing   0 members

    • No registered users viewing this page.
×
×
  • Create New...