Tagged Questions
0
votes
1answer
85 views
Is there a program that will monitor a txt file and print it when ever it is updated automaticly?
Client is using a very old DOS program that I can not get to directly print. I can get it to write out to a txt file though. I know about PrintFile but it will only print the file once and won't print ...
0
votes
2answers
56 views
Print to Local Windows Network Share When Network is Down
I've got an application that sends print jobs to a local print share via a DOS copy:
copy fileToPrint \\myLocalComputerName\sharename
When the network is down it throws an error. However the share ...