Schedule Weekly Job to Print To InkJet to Save the Print Head

Schedule Weekly Job to Print To InkJet to Save the Print Head

Schedule Weekly Job to Print To InkJet to Save the Print Head

Generic Syntax

NET USE LPT1 \\server\printer
copy C:\YourDirectory\FileYouCreatedWhenPrinting LPT1

 

Actual Example

NET USE LPT1 \\Ricky-HP\HP7610
Echo Print Weekly to InkJet on %date% at %time% >>C:\Data\PrintWeekly\PrintTestPattern1.txt
copy /b C:\Data\PrintWeekly\PrintTestPattern1.jpg LPT1

Comments are closed.