Search : in
By :

Search command in command prompt

Last answer on Jun 29, 2009 7:03:48 am BST Kash, on Nov 18, 2008 11:22:00 am GMT 
 Report this message to moderators

Hello,
I want a command, which i can run in command prompt, to serach all files in the system, like the search windows provide by clicking "start button" and "serach".
Format would may be of type:
C:\> search filename
it results in showing me all files with the name "filename".
Do anybody know any command like that? please i really need it.tahnks.

Configuration: Windows XP
Internet Explorer 6.0

Best answers for « search command in command prompt » in :
Changing the color of the command prompt(shell) Show Changing the color of the command prompt(shell) Purpose Methods Purpose Changing the color of characters in the prompt (or shell), make them more readable. If you are using colors group, you can sense by color, this will eliminate the...
Prevent the automatic closing of the command prompt Show Prevent the automatic closing of the command prompt Sometimes, often see the command prompt window closes when you want to see information such as your IP ... To address this problem, just launch the command prompt using cmd /K...
Command Prompt full screen with the pointer Show Command Prompt full screen with the pointer If you need a command prompt in full screen, here's how: Open the command prompt, and maximize the window (it is still not full screen). Right click on the top of the window Edit/ Properties...
Access the hidden Administrator Account in Windows Vista ShowAccess the hidden Administrator Account in Windows Vista Why has the Administrator account been disabled in Vista? How to activate the Administrator Account Solution 1: Through User Account Control Solution 2: With Command Prompt Solution...
How to resize a disk partition ShowHow to resize a disk partition For Windows Vista users Solution 1: Using Disk Management Solution 2: Using Command Prompt Software Download There are some simple ways to manage your disk partitions to either expand or reduce them....
[Command Prompt]Empty spaces not supported Show[Command Prompt]Empty spaces not supported Issue Solution Issue You want to make a command that targets a specified path, but it includes a space on a file. Example: You want to make a copy from one directory to another:...
Download Hidden Utilities XP ShowHidden Utilities XP allows you to access over 200 utilities that are not readily accessible to the user. Information systems, diagnosis, repair tools, utilities and Windows command lines are easy to open and many more. Advantage Hidden Utilities...
Download IP Traffic Monitor ShowIP Traffic Monitor monitors all network connections on the computer where it is installed. The program shows you detailed information, such as the remote IP address, host name if available, details of inbound and outbound traffic. Advantage It...
Cmd - cmd.exe Showcmd - cmd.exe cmd.exe (cmd signifiant Windows Command Prompt) is a Windows NT/2000/XP generic process which opens a text-mode console for running programs using a command line. The process cmd is not in any way a virus, a worm, a Trojan horse,...
Linux - The shell ShowIntroduction to the shell The command interpreter is the interface between the user and the operating system, hence the name "shell". The shell therefore acts as an intermediary between the operating system and the user thanks to command lines...
UNIX Commands ShowTable of the main UNIX commands Unix Commands Description Options ls lists the content of a directory -a Displays all files, including hidden files -I Displays a...

1

kris, on Nov 20, 2008 5:41:39 am GMT
  • +3

Dir /s *.doc

Reply to kris

2

surjit, on Jan 28, 2009 5:55:26 am GMT
  • +1

Thanks it worked
redirect it in file using
dir /s *.doc > filename.txt

Reply to surjit

3

 DTecMeister, on Jun 29, 2009 7:03:48 am BST
  • +1

The first answer works, but if you something with more options and functionality, try this free (donations accepted) download:
http://www.softfrontiers.com/Downloads/Dir_Walk.shtml

Reply to DTecMeister