tarretarretarre Posted October 3, 2019 Share Posted October 3, 2019 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 Here is how I imagine I will use it Do _FilePrint(nextFile()) While _FileIsPrinting() Sleep(10) WEnd Until NoMoreFiles() Thank you! Socket-IO - An event-driven TCP UDF (Realtime chat example) AutoIt-API-WS - An expressive HTTP server you can use to build your own API with (Screenshots) Link to comment Share on other sites More sharing options...
jguinch Posted October 3, 2019 Share Posted October 3, 2019 an idea could be to count how many jobs are present in the printer queue. 0 job = printer is ready. It can be done with the Win32_PrintJob WMI class . tarretarretarre 1 Spoiler Network configuration UDF, _DirGetSizeByExtension, _UninstallList Firefox ConfigurationArray multi-dimensions, Printer Management UDF Link to comment Share on other sites More sharing options...
tarretarretarre Posted October 4, 2019 Author Share Posted October 4, 2019 Oh thanks! I will take a lookbat this 😊 Thanks Socket-IO - An event-driven TCP UDF (Realtime chat example) AutoIt-API-WS - An expressive HTTP server you can use to build your own API with (Screenshots) Link to comment Share on other sites More sharing options...
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