News:

This week IPhone 15 Pro winner is karn
You can be too a winner! Become the top poster of the week and win valuable prizes.  More details are You are not allowed to view links. Register or Login 

Main Menu

Print and Edit Through DOS Mode

Started by Sunite, September 30, 2007, 08:44:32 PM

Previous topic - Next topic

0 Members and 1 Guest are viewing this topic.

Sunite

Print and Edit Through DOS Mode



 
If you are working at the Command Prompt your can modify and print the text file very easily. There are different ways to print text a file while working at the Command Prompt. Assuming the file you want to print is in your current folder, you can type here with your file name with extension. For example

print filename.txt

and press Enter. Here .txt is the file extension. You must use the extension. Now in the same way you can edit this file before printing with given command

edit filename.txt

and press Enter. This command opens the MS-DOS Editor to edit this file. Edit the file and then press Alt, F, P to print it.