UNDELETE Err Msg: Cannot Load with Neither Option Selected
Article ID: 109489
Article Last Modified on 11/26/1999
APPLIES TO
- Microsoft MS-DOS 6.0 Standard Edition
- Microsoft MS-DOS 6.2 Standard Edition
- Microsoft MS-DOS 6.21 Standard Edition
- Microsoft MS-DOS 6.22 Standard Edition
This article was previously published under Q109489
SYMPTOMS
Microsoft Undelete for MS-DOS (UNDELETE.EXE) generates the following
error message when the command UNDELETE /LOAD is run:
Cannot load with neither option selected
CAUSE
This error is the result of an improper combination of settings found in
the [defaults] section of the UNDELETE.INI file. This error occurs if the
[defaults] section of the UNDELETE.INI file appears as follows:
[defaults]
d.sentry=FALSE
d.tracker=FALSE
The UNDELETE /LOAD command relies on this section to load whichever option
is set to TRUE. If both values are FALSE, UNDELETE does not load.
WORKAROUND
To work around this problem, do one of the following:
- Use the command UNDELETE /T to specifically load Delete Tracker, or
use UNDELETE /S to specifically load Delete Sentry.
-or-
- Edit the UNDELETE.INI file to set the chosen method of delete
protection to TRUE. For example, to make the command UNDELETE /LOAD
load Delete Sentry by default, set the [defaults] section of the
UNDELETE.INI file as follows:
[defaults]
d.sentry=TRUE
d.tracker=FALSE
For more information about the UNDELETE.INI file, type
help undelete at the MS-DOS command prompt, press ENTER,
and refer to the Notes section.
Additional query words: 6.22 6.00 6.20 MS-DOS-based
Keywords: KB109489