Hello,
On a dektop using W2000 Pro, I would like to print a single line on a line printer from my application without having a FF after.
This simple task can be done with :
echo "My message" >LPT1
But I would like to avoid having to launch the command subsystem everytime i print a line.
Any help is very welcome
Bye
On a dektop using W2000 Pro, I would like to print a single line on a line printer from my application without having a FF after.
This simple task can be done with :
echo "My message" >LPT1
But I would like to avoid having to launch the command subsystem everytime i print a line.
Any help is very welcome
Bye