Epson EPL-N2000 Betriebsanweisung Seite 66

  • Herunterladen
  • Zu meinen Handbüchern hinzufügen
  • Drucken
  • Seite
    / 91
  • Inhaltsverzeichnis
  • LESEZEICHEN
  • Bewertet. / 5. Basierend auf Kundenbewertungen
Seitenansicht 65
Configuring the EPL-N2000 for UNIX 5-15
3. Enter the following:
MODEL=’basename $0
REALMODEL=’echo $0 /sed -e “s%$MODEL %model.lan/
$MODEL%”’
#This variable may be initialized when the script is
installed in the spooler.
PERIPH= if (“$PERIPH”=””)
then
PERIPH=$MODEL
fi
#Path for output of the original model
TMPPATH=/tmp/$MODEL.data
#Invoke original model and write to temporary file
$REALMODEL “$@”TMPPATH
#Log onto peripheral, switch to binary, and send the
temporary file
( echo user xx
echo binary
echo put $TMPPATH
echo bye
) ftp -i -n $PERIPH
ERRSTAT=$?
/bin/rm $TMPPATH
exit $ERRSTAT
*End of Script*
Seitenansicht 65
1 2 ... 61 62 63 64 65 66 67 68 69 70 71 ... 90 91

Kommentare zu diesen Handbüchern

Keine Kommentare