%temp%\myff. Vbs cscript. Exe //Nologo %t..." />
From pcreview.co.uk/forums/thread-1468270.php @echo off echo CreateObject("Shell. Application"). FindFiles >%temp%\myff.
Vbs cscript. Exe //Nologo %temp%\myff. Vbs del %temp%\myff.vbs.
I haven't tried this; it looks like it might actually accomplish what I want... except that it's not clear whether I'd be able to tell it "search under directory X" as it launched... – IQpierce Sep 18 '08 at 21:41.
F3 or Win+F is a hotkey that will launch Find Files. If you then do a search using the criteria you want, you can save the search using the File menu. This creates a .
FND file. The FND file can be launched from the command line or from a hot key created with autohotkey. It is possible to edit the .
FND file (binary) and change what it is searching for, but I would avoid doing that unless it's the only way you can accomplish what you want. I tried it and it worked fine.
Fantastic. I had no idea you could save searches, and I'm amazed that XP doesn't even allow you to launch this from the command line. But this method allows me to do what I want (which, to clarify, was be able to quickly launch a dialog for searching my c:\dev\src directory with a hotkey any time).
– IQpierce Sep 18 '08 at 21:38 You gotta love context sensitive menus which give you no clue as to what is possible, unless you already know the answer. :) – bruceatk Sep 18 '08 at 23:04.
Use Locate32 This isn't the exact answer to your question, but you could use Locate32 instead of the Windows search facility. It has a whole suite of command-line options plus has the huge benefit of being an indexed search, which means the results will display instantaneously. It's a tool I can't be without on Windows.
This is the command you would issue to search for all index. Php files in D:\home: locate32. Exe -r -p D:\home index.
Php where the -r switch makes Locate32 search immediately without user intervention (without it, the interface would launch and the fields would be populated, but you'd have to hit Enter to proceed with the search) and -p D:\home is the path to search. Using AutoHotKey, it's simple to assign the above command to a keyboard shortcut. There is also a fully command-line based version of Locate32 in the same package called locate.exe.
This uses the same indexes as Locate32, but because it is completely CLI-based, can be used by scripting languages and other tools to take advantage of the blistering search performance it offers.
There is no way from command line to get Explorer to show the Search Files pane. But you can get over it with some VBScript. Try this 'ExplorerFind.
Vbs Dim objShell Set objShell = WScript. CreateObject("Shell. Application") objShell.
FindFiles And compile it with cscript /nologo ExplorerFind.vbs.
Got the trick from pcreview.co. Uk/forums/thread-1468270. Php too!
– Pascal Paradis Sep 18 '08 at 18:54 groups.google. Com/group/microsoft.public.windowsxp. General/… mentions something about $SEARCH$, but I don't know what context that is.
I even resorted to CUIL to search the dollar signs – brian Sep 18 '08 at 18:59.
Try "Launchy". For windows and linux. Awesome util.
It's a little unclear whether the end-result you want is the open "find" dialog, or if you're just looking for a command-line way to search an arbitrary directory. If the latter there's FINDSTR (assuming you want to search the content of files and not their names): stackoverflow.com/questions/87350/what-a....
Just execute this line! (WinKey+R, CmdPrompt, Shortcut, ShellExecute, WinExec, etc) search-ms:query=New%20Folder& Find all shortcuts in your desktop search-ms:query=*. Lnk&crumb=folder:%userprofile%\Desktop& Find the text "exe" in the folder "C:\Program Files" search-ms:query=exe&crumb=location:C:\Program Files& Other exemples search-ms:query=microsoft& search-ms:query=vacation&subquery=mydepartment.
Search-ms& search-ms:query=seattle&crumb=kind:pics& search-ms:query=seattle&crumb=folder:C:\MyFolder& reference here http://msdn.microsoft.com/en-us/library/ff684385.aspx.
I'm not sure why someone marked this down. This is the correct answer. – bruceatk Sep 18 '08 at 18:54 No it's not.
The OP asked, "... I need to know a command-line statement to run in order to open the standard Windows 'Find Files/Folders' dialog". So "Bashing F3" is definitely not the correct answer. – Charles Roper Sep 18 '08 at 19:16 It's the most correct so far.
S goal is to create a hotkey. F3 is a hotkey, so is Win + F. The second part of his question is tough to do.
– bruceatk Sep 18 '08 at 19:46 Half an answer still isn't an answer, though. :) – Charles Roper Sep 18 '08 at 17:02.
I cant really gove you an answer,but what I can give you is a way to a solution, that is you have to find the anglde that you relate to or peaks your interest. A good paper is one that people get drawn into because it reaches them ln some way.As for me WW11 to me, I think of the holocaust and the effect it had on the survivors, their families and those who stood by and did nothing until it was too late.