Epson EPL-N2000 Guide de l'utilisateur Page 61

  • Télécharger
  • Ajouter à mon manuel
  • Imprimer
  • Page
    / 91
  • Table des matières
  • MARQUE LIVRES
  • Noté. / 5. Basé sur avis des utilisateurs
Vue de la page 60
5-10 Configuring the EPL-N2000 for UNIX
Script 1
The following script is a general interface program file:
NETPRINTER=”basename $0”
copies=$4
shift;shift;shift;shift;shift;
files=”$*”
i=1
while ($i -le $copies)
do
for files in $files
do
echo binary > /tmp/ftp.$$
echo put $file >> /tmp/ftp.$$
echo quit >> /tmp/ftp.$$
/usr/bin/ftp -n $NETPRINTER < /tmp/ftp.$$
/bin/rm /tmp/ftp.$$
done
i=’expr $i+ 1
done
exit 0”
*end of script*”
Vue de la page 60
1 2 ... 56 57 58 59 60 61 62 63 64 65 66 ... 90 91

Commentaires sur ces manuels

Pas de commentaire