If you have cups installed, you should have testprint.ps file.
If you want to print it while booting, add proper line (/usr/bin/lpr /path/to/your/testprint.ps
If you want to print this page once a week, you may use crontab for this. Just add something like below to /etc/crontab:
* * * * * root /usr/bin/lpr /path/to/testprint.sh
Or make simple script containing /usr/bin/lpr /path/to/testprint.sh and save this script in /etc/cron.weekly/ directory.
Main Topics
Browse All Topics





by: nociPosted on 2009-08-28 at 08:03:11ID: 25208401
You can use cron to print a nice postscript file with all kinds of stuff to the printer
(assuming you are using cups for the psotscript part).
an entry that would print every monday would be:
* * * * 1 lp -d ThePrinter SomeNiceFile.ps