home *** CD-ROM | disk | FTP | other *** search
/ Chip Hitware 3 / Chip_Hitware_Vol_03.iso / chiphit3 / tools / desktop / tcstools / doscodes.ref < prev    next >
Text File  |  1995-09-21  |  2KB  |  61 lines

  1. DOS ERRORLEVEL Codes
  2.  
  3. Program  Code   Description
  4. BACKUP    0     Successful backup.
  5.           1     No files found to backed up.
  6.           2     File sharing conflict, some files not backed up.
  7.           3     Ctrl-C detected, process incomplete.
  8.           4     Error, program stopped.
  9.  
  10. DISKCOMP  0     Disks are equal.
  11.           1     Disks are not equal.
  12.           2     Ctrl-C detected, process incomplete.
  13.           3     Hardware problem (No disk in drive, etc.).
  14.           4     Initialization error.
  15.  
  16. DISKCOPY  0     Successful disk copy.
  17.           1     Nonfatal read/write error.
  18.           2     Ctrl-C detected, process incomplete.
  19.           3     Fatal hard error.
  20.           4     Initialization error.
  21.  
  22. FORMAT    0     Successful format.
  23.           3     Ctrl-C detected, process incomplete.
  24.           4     Fatal error.
  25.           5     User pressed N to exit program at the prompt.
  26.  
  27. GRAFTABL  0     Successful character set load.
  28.           1     Previous character set replaced.
  29.           2     File error.
  30.           3     Incorrect parameter given.
  31.           4     Wrong DOS version.
  32.  
  33. KEYB      0     Successful Keyboard definition file load.
  34.           1     Invalid code or syntax.
  35.           2     Definition file is bad or not found.
  36.           3     Table error.
  37.           4     CON error.
  38.           5     Specified code page not ready.
  39.           6     Translation table is bad or not found.
  40.           7     Wrong DOS version.
  41.  
  42. REPLACE   0     Successful replace.
  43.           2     No source files.
  44.           3     No source or destination path.
  45.           5     Access denied.
  46.           8     Not enough memory.
  47.           11    Wrong syntax.
  48.           15    Bad drive.
  49.           22    Wrong DOS version.
  50.  
  51. RESTORE   0     Successful restore.
  52.           1     Files not found.
  53.           2     File sharing conflict, some files not backed up.
  54.           3     Ctrl-C detected, process incomplete.
  55.           4     Error detected.
  56.  
  57. XCOPY     0     Successful xcopy.
  58.           1     No files found.
  59.           2     Ctrl-C detected, process incomplete.
  60.           4     Initialization error.
  61.           5     Disk write error.