"Verify"

G

Guest

Greetings!

If I pull up an instance of MS-DOS,
and type "Verify",
the response is "Verify is off".

If I then type "Verify on",
the response is "Verify is on".

If I pull up another instance of MS-DOS,
and type "Verify", the response is "Verify is off".

How can I switch "Verify On" (or off) globally,
i.e. in all windows?


Regards

Robin Clay

Robin_B DOT Clay AT virgin DOT net
 
W

Wesley Vogel

The verify command is an internal command and it looks like you're out of
luck.

Verify
Windows XP does not use this command. It is accepted only for compatibility
with MS-DOS files.

Paste the following line into Start | Run and click OK..

hh ntcmds.chm::/verify.htm

Sort of confilcts with...

--------------
Microsoft Windows XP [Version 5.1.2600]
(C) Copyright 1985-2001 Microsoft Corp.

C:\>verify
VERIFY is off.

C:\>verify /?
Tells cmd.exe whether to verify that your files are written correctly to a
disk.

VERIFY [ON | OFF]

Type VERIFY without a parameter to display the current VERIFY setting.

C:\>
--------------

and

--------------
Microsoft(R) Windows DOS
(C)Copyright Microsoft Corp 1990-2001.

C:\>verify
VERIFY is off.

C:\>verify /?
Tells cmd.exe whether to verify that your files are written correctly to a
disk.

VERIFY [ON | OFF]

Type VERIFY without a parameter to display the current VERIFY setting.

C:\>
--------------

See the /v switches for COPY, XCOPY, DISKCOPY, etc. Type verify in Search
in the Command-line reference

Start | Run...
%windir%\hh.exe ms-its:c:\Windows\Help\ntcmds.chm::/ntcmds.htm

or Start | Run...
hh ntcmds.chm::/ntcmds.htm

Create a shortcut to Command-line reference and use this for the target...

%windir%\hh.exe ms-its:c:\Windows\Help\ntcmds.chm::/ntcmds.htm

--
Hope this helps. Let us know.

Wes
MS-MVP Windows Shell/User

In
 

Ask a Question

Want to reply to this thread or ask your own question?

You'll need to choose a username for the site, which only take a couple of moments. After that, you can post your question and our members will help you out.

Ask a Question

Top