MSDOS

MS DOS

DOS Command

DOS Prompt

Windows XP DOS

Command Line

How To Use DOS

 

How To Use DOS
Helping you use MS-DOS Command Prompt Window

Index:



 

DOS Commands :: notepad

Overview:

Use the notepad command to run the Windows Notepad text editor program.

Command Variations:

notepad

This command will cause the Windows Notepad text editor program to be run. This program is the same Windows Notepad program that is accessible in Windows via: Start > Programs > Accessories > Notepad

notepad  filename

This command will cause the file named filename to be opened by the Notepad text editor. For example, notepad mylist.txt would open the mylist.txt file. If the file filename does not exist, Notepad will ask you if you want to create a new file with that name.

If you want to edit a file that is in a directory other than the current directory, then use the "cd  directory" command first or specify the directory name as part of the filename, such as: "notepad \mystuff\ebooks\list.txt".


www.c3scripts.com/tutorials/msdos