How to print a text file in dos mode ?
In my inventory project I am printing the bill in DOS Mode using a batch file.
It prints perfectly when I print it in a networked printer using the code
"type > \\System_Name\Printer_Name"
But when I tried to use this in the same system that the printer is attached, by changing the code "type > Printer_Name", it is not working.
Is anybody know why this ?, Please share it.
Thanking you all,