]> git.ipfire.org Git - thirdparty/cups.git/blob - everywhere/document-tests.bat
3d287844cad7b58b847999399b7ed8cc14c15b09
[thirdparty/cups.git] / everywhere / document-tests.bat
1 @echo off
2 ::
3 :: "$Id$"
4 ::
5 :: IPP Everywhere Printer Self-Certification Manual 1.0: Section 7: Document Data Tests.
6 ::
7 :: Copyright 2014 by The Printer Working Group.
8 ::
9 :: This program may be copied and furnished to others, and derivative works
10 :: that comment on, or otherwise explain it or assist in its implementation may
11 :: be prepared, copied, published and distributed, in whole or in part, without
12 :: restriction of any kind, provided that the above copyright notice and this
13 :: paragraph are included on all such copies and derivative works.
14 ::
15 :: The IEEE-ISTO and the Printer Working Group DISCLAIM ANY AND ALL WARRANTIES,
16 :: WHETHER EXPRESS OR IMPLIED INCLUDING (WITHOUT LIMITATION) ANY IMPLIED
17 :: WARRANTIES OF MERCHANTABILITY OR FITNESS FOR A PARTICULAR PURPOSE.
18 ::
19 :: Usage:
20 ::
21 :: document-tests.bat 'Printer Name'
22 ::
23
24 ippfind "%1._ipp._tcp.local." -x ipptool -P "\"%1 Document Results.plist\"" -I "{}" document-tests.test ";"
25
26 ::
27 :: End of "$Id$".
28 ::