ndeepdesigns Posted July 19, 2021 Share Posted July 19, 2021 Never used auto print before but i am looking for a way to print a file from a folder on a schedule 1-2 times a week with no iser input? This possible? Thanks Link to comment Share on other sites More sharing options...
Marc Posted July 20, 2021 Share Posted July 20, 2021 You can simply use _FilePrint #include <File.au3> _FilePrint ("c:\file.txt") and of course, run this script at whatever time(s) you want using the task scheduler. Any of my own codes posted on the forum are free for use by others without any restriction of any kind. (WTFPL) Link to comment Share on other sites More sharing options...
ViciousXUSMC Posted July 20, 2021 Share Posted July 20, 2021 I made a inventory kiosk once for Fire Rescue that they would use a GUI to enter information for why they are turning in a computer for repair (and update a database so I knew the current status of all our inventory) That data was used to fill a word template and then printed automatically using Waters Word UDF. https://www.autoitscript.com/autoit3/docs/libfunctions/_Word_DocPrint.htm 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