answersLogoWhite

0

Which is the command to launch the DOS text editor?

Updated: 8/20/2019
User Avatar

Wiki User

11y ago

Best Answer

Delete DOS. Linux is much better because we have a penguin while Windows people have a dumb paperclip.

User Avatar

Wiki User

11y ago
This answer is:
User Avatar

Add your answer:

Earn +20 pts
Q: Which is the command to launch the DOS text editor?
Write your answer...
Submit
Still have questions?
magnify glass
imp
Related questions

What DOS command will start text editor program?

Run "edit" command..


What text editor is used for text editing in MS DOS?

MS-DOS version 5 and later include "edit.exe". Earlier versions included the EDLIN text editor. "edlin.exe" was a one line text editor


What does the cat command do in Linux?

print the contents of a text file onto the screen (like the "type" command in DOS).


Can DOS backslashes be converted to unix slashes?

Sure, every text-editor has Find+Replace functionality.


When was MS-DOS Editor created?

MS-DOS Editor was created in 1991-06.


How to open Excel file in dos editor?

A DOS editor is not capable of reading a standard Excel file. An Excel file must be opened with Excel or some application that can read Excel files. Text editors are not capable of doing that. They are designed for working on things like text files.If you have a standard Excel file and save it as a text file, then text editors can open them. All that will be in that is pure text, and not things like formulas and calculations and formatting etc. When you are saving as a text file, save it with a txt extension and most text editors will be able to open it. How you specifically do it will depend on the particular text editor you are using.


Is DOS a graphical operating system?

DOS is a CLI (Command Line Interface) Operating System..


What is the function of CLS in dos command?

The command CLS clears the screen and resets the location of the command prompt to the top of the screen. This is similar to the Unix command clear.


What is the DOS commands to create a text file?

There are different ways to create file..Run this command - "copy con abc.txt" .. It will give you the blank space.. Write the contents of that file and then press F6 and then press Enter..Run this command - "edit abc.txt" .. It will open the DOS editor.. Write the contents of the file and then press Ctrl Z.Please note that file will be created at the current path.. If you are working at C:\data, then file will be created under Data directory in C drive..You can create a text file that lists the result of a DIR command like this:DIR>Dirlist.txt


What is the bash command to display a text file 'sonents' to the screen similar to the DOS type command?

It's the cat command. cat file If you want paging, then try more or less commands also.


What is the DOS command to view all open ports in Windows XP?

AnswerTHE DOS command is netstat -a.


How do you find out what DOS Command are available?

A listing of DOS commands are available if you type help at the command prompt. DOS commands do vary from version to version.