Jump to content

Check if printer is done printing


Recommended Posts

Hi,

So when using _FilePrint to print files. You can't (as far as I know) check if the print job is done. Not with cmd, not with AutoIt, not with powershell. 

This is the printer I use: https://support.brother.com/g/b/downloadtop.aspx?c=us_ot&lang=en&prod=lpql700eus

Do you guys have any idea on how I could achive this. I do not want to sleep or have any human interaction :P 

Here is how I imagine I will use it

 

Do
    _FilePrint(nextFile())
    While _FileIsPrinting()
        Sleep(10)
    WEnd
Until NoMoreFiles()

 

Thank you!

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