Error tips and Countermeasures _dos/bat

Source: Internet
Author: User
If you do not understand English, is not often found in English tips, of course, the best idea is that you begin to learn English now, the future is the internet century, and the most information on the internet is English, do not understand, there is less a means of communication. However, I would like to give some common error tips for everyone is still necessary, do not understand the time to check it.

[English Tip] Abort,retry, Ignore,fail?
[Chinese] exit, retry, ignore, cancel?
[Reason] The given command is not recognized, or a disk or device error occurred that caused the command to fail, possibly due to a damaged disk or a floppy drive door.
[Action] Press the a key to terminate completely and return to the DOS prompt.
Press the R key repeatedly to execute the command.
Press I key to continue processing, ignoring errors, very risky, recommend not to use
Press the F key not to execute the problematic command and continue with the following processing. Sometimes it is used.

[English Tip] Access Denied
[Chinese] Deny access
[Cause] An attempt was made to open a file that is marked as read-only, stored on a write-protected disk, or locked on a network. This information is also generated if you use the "Type" command on a subdirectory, or if you use the CD (chdir) command on a file.
[Action] You should use the "Attrib" command to delete a file's read-only status or remove write protection from the disk, and then try again.

[English Tip] Bad Command or file name
[Chinese] wrong command or filename
[Reason] cannot recognize the command entered
[Countermeasures] should check to ensure the correctness of the input command confirms that the command file can be found in the specified directory or on the search path specified with the path command.

[English Tip] Boot Error
[Chinese] Boot error
[Reason] The expected peripherals were not detected at boot time.
[Countermeasures] should check the setting parameters of the computer, such as users can not solve this problem, please find specialized maintenance personnel.

[English Tip] Cannot find system files
[Chinese] cannot find system files
[Cause] An attempt was made to mount the operating system from a drive that does not contain system files.
[Countermeasures] should use the SYS command to copy the system files to the root directory. You can reformat the disk using the FORMAT/S command unless you are really unable to recover the system files.

[English Tip] Cannot load Command,system halted
[Chinese] cannot load command, System abort
The [reason] application overwrites all or part of the Command.com in memory.
[Countermeasures] should reboot the computer, check that the data modified by the application is complete, and if necessary, copy the Command.com to the subdirectory so that DOS can find Command.com here when you exit the application.

[English Tip] Cannot read file allocation table
[Chinese] Cannot read the file allocation table
The [reason] file allocation table is bad.
[Countermeasures] If you can still find some data, back them up to an empty disk, or you can use the Chkdsk command to repair the file allocation table, reformatting the disk if needed. If the problem occurs repeatedly, you should repair the drive or replace the drive.

[English Tip] Divide Overflow
[Chinese] allocation overflow, except 0 error
The [reason] program may have errors written, not well debugged, or it may be in conflict with other programs in memory.
[Action] Check for other programs in memory or no longer use this program.

[English Tip] Drive not Ready Error
[Chinese] Drive not ready
[Reason] There is no such drive or disk.
[Action] Check the disk or replace the disk.

[English Tip] Duplicate file Name or File not Found
[Chinese] file with duplicate name or not found
[Cause] The file is named with the same name as the file or when the file is manipulated.
[Action] Replace the name or check the spelling of the file name.

[English Tip] Error Loading operating system
[Chinese] boot operating system error
[Reason] The operating system file is not found or is corrupted.
[Actions] Copy the operating system files to the drive with the SYS command, and, if necessary, copy the Config.sys and Autoexec.bat files to the root directory.

If you cannot recover the system files, boot the system from the floppy disk, back up the data, and reformat the disk with the FORMAT/S command.

[English Tip] EXEC failure
[Chinese] File execution failed
[Reason] The application's executable file contains an error that affects burial, or the file may not be compatible with the current DOS version because it has already opened too many files and cannot be opened.
[Countermeasures] Check the DOS version, such as the correct version, to resolve this problem by editing the files command in Config.sys.

[English Tip] File Allocation Table Bad
[Chinese] File allocation table is corrupted
[cause] Many causes, such as viral seizures, sudden downtime, abnormal shutdown can destroy the allocation table
[Countermeasures] Back up the data that you can find to an empty disk, and do not overwrite previous backups. You might be able to solve this problem by referencing the chkdsk command. If necessary, reformat the floppy disk, if the problem repeats, then send the drive to repair.

[English Tip] File cannot be copied onto itself
[Chinese] files cannot be copied into their own
[Reason] You specify the same file in the source and destination files, or you forget to write the file name.
[Action] Change the source or destination file as needed, and try again.

[English Tip] File Creation Error
[Chinese] File build error
The reason may be that there is not enough space on the disk for the user to create the file, the file you want to create already exists, read-only files, or you want to use a pre-existing filename to replace the file name.
[Action] You can change the disk, use a different destination name, another destination location, or use the attrib command to drop the read-only property of the file.

[English Tip] File not found
[Chinese] File not found
[Reason] The file cannot be found in the current directory or the any directory specified by the path, append command, or the specified directory is empty.
[Action] Check the spelling and location of the filename, such as changing the search path.

[English Tip] General failure
[Chinese] General failure
Reason DOS cannot determine the cause of the error, typically because the disk in the drive is unformatted or formatted as a non-DOS system.
[Action] should reformat the disk.

[English Tip] Incorrect DOS version
Chinese DOS version does not match
[Reason] A different version of the external command was entered.
[Action] Set the version with Setver or use the correct executable file.

[English Tip] Insufficient Disk space
[Chinese] low disk space
[Cause] There is no space available on the disk to copy files or create files.
[Action] You can delete some useless files or replace a larger disk.

[English Tip] Insufficient memory
[Chinese] not enough memory
[Reason] There is not enough memory to handle the commands entered by the user, usually the basic memory.
[Countermeasures] should delete some memory-resident files or optimize the management of memory. You can also add more memory to the system to fit the application.

[English Tip] Invalid Directory
[Chinese] Illegal directory
[reason] entered an invalid directory name or directory name that does not exist.
[Action] Check the spelling of the catalog.

[English Tip] Invalid Drive Specification
[Chinese] Invalid drive definition
[Reason] There is no such drive at all, it may be a spelling error. If the optical drive cannot be specified, the driver may not be installed.
[Action] Reinstall the optical drive.

[English Tip] Invalid filename or File not found
[Chinese] Invalid file name or file not found
[Cause] The file name you entered contains invalid characters or wildcards, or you use the reserved device name as the filename.
[Action] Try using a different filename.

[English Tip] Invalid Media,track 0 Bad or unusable
[Chinese] Invalid format, 0 track damaged or not available
[cause] is typically a disk corruption.
[Action] Replace the disk.

[English Tip] Invalid parameter
Invalid argument in [Chinese]
[Reason] There is no correct parameter specified on the command line, or there are duplicate, prohibited arguments.
[Action] Check the spelling or grammar when the command is entered.

[English Tip] Invalid partition Table
Invalid partition table (in Chinese)
[Reason] There is an error in the partition information for the hard disk.
[countermeasures] should back up the data that you can find, run Fdisk to reset the hard disk partition.

[English Tip] Invalid path,not directory,or Directory not empty
[Chinese] Invalid path, non-directory, or directory not empty
[Reason] The system cannot locate the specified directory, or the user has entered a file name instead of a directory name, or the directory contains a file (or subdirectory) and cannot be deleted.
[Countermeasures] Check the spelling of the directory name, and if the directory is empty, it may contain hidden files, use the Dir/ah command to display any possible hidden files, change the attributes with attrib, and delete them.

[English Tip] Invalid syntax
[Chinese] Invalid syntax
[Reason] The system cannot handle the syntax format entered by the user.
[Countermeasures] Check the correct file format and try again.

[English Tip] No Fixed Disk Present
[Chinese] no hard drive
[Reason] The system cannot detect the presence of the hard disk.
[Countermeasures] should check the drive class parameters that are set, if this problem is not resolved, then send it to the repair.

[English Tip] Non-system disk or disk Error
[Chinese] non-system disk or disk error
[Reason] The system file is not found in the current disk.
[Action] Insert the disk containing the system files or reboot the computer.

[English Tip] Not enough memory
[Chinese] not enough memory
[cause] See Insufficient memory
Countermeasures

[English Tip] Not ready,reading DRIVE X
[Chinese] drive X not ready
[cause] There are no disks or doors in the specified drive.
[Action] Insert the disk to the specified drive or close the drive door.

[English Tip] Program too big to fit in memory
[Chinese] re too big to load memory
[cause] See Insufficient memory
Countermeasures

[English Tip] Required Parameter missing
[Chinese] lack of necessary parameters
[cause] See invalid Parameter
Countermeasures

[English Tip] Too Many open files
[Chinese] There are too many open files
[reason] exceeds the number of open files specified by the system.
[Countermeasures] increase the maximum number with the files command in the Config.sys file and reboot the computer.

[English Tip] Unrecognized command in CONFIG. SYS
[Chinese] Config.sys commands
[Reason] The commands in the Config.sys file are not recognized when booting the system
[Action] should edit the Config.sys file to fix invalid rows.

[English Tip] Write Fault Error
[Chinese] Write failure error
[Reason] The system cannot write data on disk.
[Action] Remove the disk and plug it in again, but still not, run Chkdsk or ScanDisk, if the disk doesn't recover, throw it away.

[English Tip] Write Protect Error
[Chinese] Write protection error
[Reason] There is write protection on disk
[Countermeasures] Remove the disk, remove the write protection, and try again.

Contact Us

The content source of this page is from Internet, which doesn't represent Alibaba Cloud's opinion; products and services mentioned on that page don't have any relationship with Alibaba Cloud. If the content of the page makes you feel confusing, please write us an email, we will handle the problem within 5 days after receiving your email.

If you find any instances of plagiarism from the community, please send an email to: info-contact@alibabacloud.com and provide relevant evidence. A staff member will contact you within 5 working days.

A Free Trial That Lets You Build Big!

Start building with 50+ products and up to 12 months usage for Elastic Compute Service

  • Sales Support

    1 on 1 presale consultation

  • After-Sales Support

    24/7 Technical Support 6 Free Tickets per Quarter Faster Response

  • Alibaba Cloud offers highly flexible support services tailored to meet your exact needs.