Wednesday, May 27, 2009

Print and Edit Text File With Command Prompt

. Wednesday, May 27, 2009

Here's the steps how to print a text file with command prompt or DOS prompt on windows XP:

  1. First you must open the command prompt window, press Win + R button to open run dialog box, type 'cmd', then press enter/ok.
  2. Or you can pointing your mouse to Start --> All Programs --> Accessories --> Command Prompt
  3. After command prompt window is open, browse for the folder location that contain text file you want to print.
  4. To print the file just type 'print filename.txt' and press enter.
  5. To modify/edit the file just type 'edit filename.txt' and press enter.

0 comments:

Post a Comment