answersLogoWhite

0

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

User Avatar

Wiki User

12y ago

What else can I help you with?

Related Questions

What DOS command will start text editor program?

Run "edit" command..


Which command is used to invoke DOS editor?

The command used to invoke the DOS editor is EDIT. You can type EDIT in the command prompt to open the DOS text editor, allowing you to create and edit text files. Note that EDIT is available in older versions of DOS and Windows; in newer versions, you may need to use alternatives like Notepad or other text editors.


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.


How do you edit configsys in dos?

To edit the config.sys file in DOS, you can use a text editor like EDIT or EDLIN. First, open the command prompt and type EDIT C:\CONFIG.SYS (replace C: with the appropriate drive letter if needed). Make your changes in the editor, then save and exit by pressing Alt + F, then select Save, and finally exit the editor. You may need to restart your computer for the changes to take effect.


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 difference between copy con and copy in MS-DOS?

In MS-DOS, "copy con" is a command used to create a new text file and enter text directly from the command prompt. On the other hand, "copy" is a command used to copy files from one location to another. The "con" in "copy con" stands for console, indicating that the text is being copied from the console input.