This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
/////////////////////////////////////// | |
// RFID PRINTER COMMAND LINE UTILITY // | |
/////////////////////////////////////// | |
// REQUIRES: node-printer by tojocky | |
// USAGE: node zebra.js <printer> <start> <end> <file.csv> <print/null> | |
// | |
// RANGE EXAMPLE prints range to screen only: | |
// C:> node zebra zebra 1 100 | |
// | |
// RANGE EXAMPLE prints range: |
NewerOlder