It would have worked elsewhere as long as I had a window open on it.
--
----------------------------------------------------------
And the band played ....
http://www.smh.com.au/articles/2004/05/14/1084289883713.html
Very well explained, D. (Prof.D) And I didn't know it was in the Desktop.
--
Ramesh - Microsoft MVP
Windows XP Shell
http://www.mvps.org/sramesh2k
---------------------------------------
What You Should Know About the Sasser Worm and It Variants:
http://www.microsoft.com/security/incident/sasser.asp
---------------------------------------
I have a batch file that echo's %1 then Pauses. I have a regentry c:\idlist.bat %I (that's % eye) applied to AllFileSystemObjects. So I r/c and choose IDLIST and a cmd window opens with the number. It a different number each time a object comes into existance. I choose a file on the desktop as it stays constant till logoff or a crash happens as the Desktop folder is always open.
--
----------------------------------------------------------
And the band played ....
http://www.livejournal.com/users/aldon/74121.html
Thanks again David. You said "explorer /IDLIST,:2888:1608 (which is a PDF file on my system)". I assume this is only a temporary reference/pointer (the IDLIST ## is valid till the container is open.)
Meanwhile, I tried:
I did a search keyword "NIKON" and it showed this folder in the Search Results pane. I opened it and it had this value:
"D:\WINDOWS\Explorer.EXE" /IDLIST,:2164:1920,/S
Second time when I opened the same folder, using the same search keyword, this time the IDLIST ## has changed.
"D:\WINDOWS\Explorer.EXE" /IDLIST,:2032:1920,/S
On both the occasions, I used ProcExp. If this IDLIST ## is just a random number, I'm confusing myself how did you ascertain the IDLIST for a PDF folder/file in ur system
--
Ramesh - Microsoft MVP
Windows XP Shell
http://www.mvps.org/sramesh2k
---------------------------------------
What You Should Know About the Sasser Worm and It Variants:
http://www.microsoft.com/security/incident/sasser.asp
---------------------------------------
Things only exist within the namespace when their containers are opened, either by programming or by opening a folder window. Therefore only things on the Desktop exist all the time (ie all the time you are logged in). Things in search don't exist because their containing folder isn't opened (which is why some multi operations don't work in search).
As a container is opened the objects are given ID numbers that last only as long as the container is opened. This is when it exists within the shell's namespace. However most programs don't use the shell's namespace but use traditional file paths.
-- [/QUOTE]
Exactly David, I saw that same dialog, when I removed the (default) value and set it to Null value. For the IDLIST, it's confusing how it works
--
Ramesh - Microsoft MVP
Windows XP Shell
http://www.mvps.org/sramesh2k
---------------------------------------
What You Should Know About the Sasser Worm and It Variants:
http://www.microsoft.com/security/incident/sasser.asp
---------------------------------------
Though very interesting (I found a dialog after I sent my last post) I used
explorer /IDLIST,:2888:1608 (which is a PDF file on my system) to see if the select is essential, disk chattered and no window appeared. When I closed a few other windows I saw an Internet Download dialog for this pdf file.
Therefore I am even more puzzled why the value would be needed for Find Target to work.
--
----------------------------------------------------------
And the band played ....
http://www.livejournal.com/users/aldon/74121.html
Open Registry Editor and navigate to:
HKEY_CLASSES_ROOT\Folder\shell\open\command
What does the (default) value read, in the right-pane?
Try the Folder association fix from here:
http://www.dougknox.com/xp/file_assoc.htm