answersLogoWhite

0

What is internet DOS commands?

Updated: 12/10/2022
User Avatar

Wiki User

13y ago

Best Answer

*help

This command gives you a key to virtually everything you need to use DOS effectively. Can't remember the format for the FORMAT command? Not a problem! Type HELP FORMAT and press the ENTER key, and you've got everything you need to use FORMAT! This is true for virtually every DOS command so if you remember HELP command name you won't have any problems.

Another way to get help (or, if you don't install the HELP files suggest above, the ONLY way to get help in Windows 95) is to use /? (slash, question mark) after any command. This is faster and sometimes a more useful form of help, but it is generally only a listing of options. HELP is usually a more verbose help facility than /? is.

*copy

Once you know where to get help, the rest is easy. The whole purpose of DOS is to let you get around the directory tree easily. You use DOS to start applications (like my own P11.EXE program) and to copy files, delete files, build places to put files, and compare files, and so on. Files, Files, Files. That's what DOS is really for.

The #1 tool for file handling is the COPY command. Specify the "from" file first, then the "to" file. COPY only copies from within one directory at a time, but the "to" directory can be different. For copying entire directory structures, use XCOPY instead.

What makes COPY so powerful is that you can use "wild cards" like * and ? within the file name.

*xcopy

Like COPY, XCOPY can use wildcards to copy a file or group of files to another directory. But XCOPY is more powerful because it has the ability to copy an entire directory structure in one command. Use the /s option to accomplish this. Use HELP XCOPY to learn more, of course!

*cd

CD is the cold, hard way of doing things, but sometimes it's the right way. What makes it cold and hard is that in comparison to Norton's Change Directory (normally abbreviated NCD, but I abbreviated it to C on my system), the DOS CD command requires you to type the complete directory entry, all the way back to the root level! This is absurd. NCD, on the other hand, lets you type in anything that's close, and it will search your entire directory structure and plop you down right where you want to be. For example, to go to the \p11\pumps\svgapump directory, I can just type in: c svgap and immediately NCD will take me there. With CD, I would have to type cd \p11\pumps\svgapump to accomplish the same thing. Saving keystrokes is the name of the game. (That's why later in this tutorial, you'll learn to write batch files.)

User Avatar

Wiki User

13y ago
This answer is:
User Avatar

Add your answer:

Earn +20 pts
Q: What is internet DOS commands?
Write your answer...
Submit
Still have questions?
magnify glass
imp
Related questions

Internal DOS commands and their meanings?

the deleted file if ms dos can be recovered if you use the command mention below immediately,the command is : need External Dos commands and internal dos commands with their meaning


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.


How do you develop DOS commands?

All DOS commands have already been developed.. You need not to develop any more..


What is the commands for partitioning in DOS?

"fdisk" command is used for partitioning in DOS.


What are some MS-DOS commands?

A complete list of MS-DOS commands can be found here: http://www.computerhope.com/msdos.htm#02


Give the information of dos external commands?

Go to your DOS window and type help, then hit enter. It will list the commands for you with a description of what they do.


How do you find out what DOS Commands are available in Linux?

There is none. For starters, you have it backwards, DOS actually copied most of its commands from Unix (The rest came from CP/M.), which Linux is inspired by. Commands like "cd" and "dir" were Unix commands long before DOS even existed.


Which type of commands in DOS needs additional files for their execution?

External Commands


How do you use external DOS commands in normal DOS environment?

You can execute it directly..


Why does it remain important to know how to use the DOS commands?

DOS and DOS-like commands are still usable in modern versions of Windows, and can sometime be the only way to accomplish a given task.


What is the difference between DOS and the DOS prompt?

DOS is an operating system. The DOS prompt is the command line where DOS commands can be run/executed.


Unlock files in directory using dos commands?

Dos commands are used to create or delete directories. The ATTRIB Command is used for locking and unlocking of files.