I am trying with no success in printing a .txt or .prn file over a TCP/IP printer by CMD command line.
The specific command I am using is:
print /d:\\192.168.2.105\Intermec1 REPORT.txt
in response to the above, I expected the specified file to be printed by the specified printer. Instead I get the following output:
"Impossibile inizializzare il dispositivo \192.168.2.105\Intermec1" (in italian)
"It is impossible to initialize the device \192.168.2.105\Intermec1" (Eng translated)
Further information:
- The printer is connected (by ETH cable) directly to the PC I execute the command.
- Pinging over that address (192.168.2.105) works fine.
- If I execute a printing page test by Windows tool, it works fine.
I would appreciate any help. Thanks in advanced