Discussione:
Stampa file di testo
(troppo vecchio per rispondere)
AntFast
2006-11-08 01:23:00 UTC
Permalink
Ciao a tutti,
Da Dos, per stampare un file di testo con stampante Lpt1
valeva il comando Type "Nomefile.txt" > prn
Ora, con stampante Usb, e' ancora possibile ?
(Dovrei inserire il comando in un file batch).
Ho sul p.c. WindowsXp.
Grazie in anticipo per l'eventuale risposta.
AntFast
3st3b4n
2006-11-08 11:00:13 UTC
Permalink
Post by AntFast
Ciao a tutti,
Da Dos, per stampare un file di testo con stampante Lpt1
valeva il comando Type "Nomefile.txt" > prn
Ora, con stampante Usb, e' ancora possibile ?
(Dovrei inserire il comando in un file batch).
Ho sul p.c. WindowsXp.
Fai così:

1) condividi la stampante;

2) in Prompt dei comandi mappa la stampante su LPT1:
net use lpt1: \\mio-computer\nome-condivisione-stampante
Se vuoi mantenere permanente la mappatura:
net use lpt1: \\mio-computer\nome-condivisione-stampante /persistent:yes

3) stampa sulla stampante da batch:
type nome-file > lpt1
--
3st3b4n
www.seber.it

Questo post è stato scritto con bit riciclati
AntFast
2006-11-08 18:18:05 UTC
Permalink
Post by 3st3b4n
Post by AntFast
Ciao a tutti,
Da Dos, per stampare un file di testo con stampante Lpt1
valeva il comando Type "Nomefile.txt" > prn
Ora, con stampante Usb, e' ancora possibile ?
(Dovrei inserire il comando in un file batch).
Ho sul p.c. WindowsXp.
1) condividi la stampante;
net use lpt1: \\mio-computer\nome-condivisione-stampante
net use lpt1: \\mio-computer\nome-condivisione-stampante /persistent:yes
type nome-file > lpt1
3st3b4n
www.seber.it
Ciao 3st3b4n
Grazie.
AntFast

Loading...