Ryan's District Boards

Computer, programming, and webmaster help , support , tips and tricks => Internet webmaster computer programming technology tips and tricks => Topic started by: Sunite on September 30, 2007, 08:44:32 PM

Title: Print and Edit Through DOS Mode
Post by: Sunite on September 30, 2007, 08:44:32 PM
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.