Epson EPL-N2000 Podręcznik Użytkownika Strona 61

  • Pobierz
  • Dodaj do moich podręczników
  • Drukuj
  • Strona
    / 91
  • Spis treści
  • BOOKMARKI
  • Oceniono. / 5. Na podstawie oceny klientów
Przeglądanie stron 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*”
Przeglądanie stron 60
1 2 ... 56 57 58 59 60 61 62 63 64 65 66 ... 90 91

Komentarze do niniejszej Instrukcji

Brak uwag