|
Here's our Tip for.. November 28, 2005
Click Here to see a complete list of all of our previously released Tips!
If you often work at the Command Prompt and sometimes need to print a text file, check this out. You can print the file directly from the Command Prompt.
Assuming the file you want to print is in the current folder, you can type
print TextFile.txt
and press Enter. In this example, TextFile is the name of the file you want to print. You must type the file's extension in order to get the file to print.
|