Greetings,
is there a way to print text files to a dos window?
What i am trying to do is print screen a text file, then append the output to another text file
print textfile.txt >> appendedfile.txt
print textfile2.txt >> appendedfile.txt
seems like print will just print to a printer
Thanks for any ideas!
is there a way to print text files to a dos window?
What i am trying to do is print screen a text file, then append the output to another text file
print textfile.txt >> appendedfile.txt
print textfile2.txt >> appendedfile.txt
seems like print will just print to a printer
Thanks for any ideas!