In the process of using DOS, I often encounter some error messages in the command line mode. Since it is often in English, some people don't know what is going on, I don't know how to solve it. Below, I will introduce the error information under the common DOS command line mode.
[English] Bad Command or File Name [translation] error command or file name
Error Causes and Solution: This is probably the most often seen error prompt, it means that the command is invalid. This error message appears when the input command is neither a DOS internal command, and the system does not find the corresponding executable file in the lookup path or specified path. You can check if the input command is correct, if it is wrong, lethal.
[English] Access Denied [translation] refuses to access
Error Causes and Solution: This is also a common error. There are many cases. If you delete files with read-only properties with the del command, or multiple processes in multiple task environments simultaneously access the same file, and try to set up When writing a file in a network folder that reads read-only privileges. The solution is also very simple, just remove the read-only, implied attributes, or guarantees that only one process is read and written, and removes the read-only permissions of the network folder.
[English] Drive not Ready [translation] driver is not ready
Error Causes and Solution: I believe everyone has encountered this error message! Especially when accessing a movable disk, including a floppy disk and an optical disc. The solution is to try again after plugging the disk.
[English] WRITE PROTECT Error [translation] write protection error
Error Causes and Solution: This error occurs when trying to write information to write the protected disk (usually a floppy disk). Remove the write protection of the disk.
General error [er] General error
Error Causes and Solution: This error typically occurs in the case where the DOS cannot identify the specified disk, such as the floppy disk is not formatted. Format the disk or convert to DOS-can-recognition format with format.
[English] Abort, Retry, Ignore, Fail? [Translation] abort, retry, ignore, failure?
Error Causes and Solution: This error message has a very high frequency, such as when the disk is not ready. Enter a cancel the operation, then return to the DOS prompt, enter R, indicate again, input i means ignoring this error and proceeding, it is best not to use, the input f indicates that this error is sent, often selection this item.
[英文] file not found [translation] file is not found
Error Causes and Solution: This prompt will appear when you can't find the specified file when you use a lot of commands. For example, when using the Dir command, if the specified file does not exist, the error message will appear. The solution is to enter the file name correctly.
[English] incorrect dos version [translation] error DOS version
Error Cause and Solution: This error message will appear when the command to be executed finds that the current DOS version is different from the DOS version of this command. See the article in the "DOS Article" section of this site.
Illegal directory of INVALID DIRECTORY [English]
Error Causes and Solution: This prompt will occur if you enter a directory that does not exist or invalid. You can check if you are incorrect.
[English] INVALID Drive Specification [translation] Specified drive illegal
Error Cause and Solution: This prompt will appear when the input drive does not exist. Check if the drive is present. Some drivers (such as NTFS volumes, optical drives, network drivers, etc.) require loading the corresponding driver to be identified.
[English] syntax error [translation] syntax error
Error Causes and Solution: This command is more common when using some batch commands such as if, for, you can check if an invalid syntax is entered. Take the for command as an example, its syntax is the for% f in (file name) DO command, can't make a mistake in this syntax (such as the conversion or missed, etc.), you must enter the correct command to get the same result. Mass Missing [Translation] Missing Parameters
Error Causes and Solution: If the command (such as DEL) misses the parameters required to complete the function normally, there will be this prompt.
Illegal parameters invalid parameter
Error Cause and Solution: An invalid parameter appears when executing commands. You can check if the input parameter is correct, there is no spelling error, etc. If you don't know what parameters, you can usually use the /? Option of this command to see the parameter list.
[English] Not Enough Memory or Insufficient Memory [translation] insufficient memory
Error Causes and Solution: This information will occur if the program is discovered when the program is executed, and this information will appear when the memory that can be used (usually means regular memory). If you have insufficient memory, if you have implemented too much memory resident program, or the system memory has not been well configured. You can see "DOS Memory Configuration" in this section.
[English] Divide overflow or Divide by Zero [translation] divisor is zero
Error Causes and Solution: If there is a conflict with other programs, if there is a conflict with other programs, or if there is a problem with the program itself, this error will occur. You can try this program after restarting the system.
[英] runtime error xxx [translation] Run time error xxx
Error Causes and Solution: Similar to the "divisor of the above" to zero "error. If the value of XXX is 200, you can see the "DOS Article" section.
ERROR in EXE file [translation] EXE file has an error
Error Causes and Solution: Usually this executable file is corrupted, it is no longer available. Use a good one.
The above is an error message under the common DOS command line mode, and you can use it to troubleshoot troubleshooting. ------------------------------------------------ Editor: Zhang Qingzhangking@263.net QQ: 9365822 msn: zhangking@hotmail.com Personnel Home: http://www.why100000.com ("100,000 Why" Computer Learning Network) Other Website: http://sogo99.com ("Sogou 99" network portal) http://neteye.blogchina.com ("Men" Blog China) 2004.12.12