Problem for using WHERE

C

continua

After installin Windows XP Resource Kit, I still can not use the command WHERE.
Anybody knows the problem?
Thanks
 
M

Matthias Tacke

continua said:
After installin Windows XP Resource Kit, I still can not use the command WHERE.
Anybody knows the problem?
Thanksr

To check if where.exe is in the path, use poor man's where ;-)
Copy in a cmd window this !one! line:

for %A in (bat cmd com exe vbs js) do @(for %B in (where.%A) do @echo.where.%A %~dp$PATH:B)

If no path appears, you should either append the folder where where.exe
resides to the path or copy where.exe to a folder included in the path.

HTH
 
M

Mark V

In said:
After installin Windows XP Resource Kit, I still can not use the
command WHERE. Anybody knows the problem?
Thanks

Did the installation location get added to the System PATH environment
variable successfully? And did you reboot for effect?
 

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

Similar Threads

Spore installed...now where to be found 1
Install CD on XP 2
Dreamscene not selectable anymore 3
trigger events 2
Quick Access Tool Bar 1
Incoming connection disappear 2
Rename a Computer 5
Httpcmd.exe 1

Top