Not programming but desperate for answer
-
Help, anyone...I need to know the syntax to search for all files that start with any 10 characters and have a DLL extension. I know the *.dll but what do I put for the 10 characters????????? Thanks in advance
??????????.dll Some people think of it as a six-pack; I consider it more of a support group.
-
Help, anyone...I need to know the syntax to search for all files that start with any 10 characters and have a DLL extension. I know the *.dll but what do I put for the 10 characters????????? Thanks in advance
I'm assuming you're using the Search Assistant (little dog), but when you type in your file name to search for.. just type the following: ??????????.dll The ? serves as a place holder similar to the "_" that's used in a SQL like statement. I hope this helps. :) DrMaltz "The Code King"
-
Help, anyone...I need to know the syntax to search for all files that start with any 10 characters and have a DLL extension. I know the *.dll but what do I put for the 10 characters????????? Thanks in advance
On a similar thread, does anyone know how to search for certain characters on Google? How would I search for a file name for example: "file.ext" without it mathcing both the name and extension seperately?
David Wulff The Royal Woofle Museum
Putting the laughter back into slaughter
-
On a similar thread, does anyone know how to search for certain characters on Google? How would I search for a file name for example: "file.ext" without it mathcing both the name and extension seperately?
David Wulff The Royal Woofle Museum
Putting the laughter back into slaughter
I'm not sure about this but I recently found out that if you want to search for a word/phrase in only one type of document you could type
text filetype:swf
, and it will search for all flash movies containing "text". I was surprised to find out that google indexes the binary flash files. Another useful (sometimes) thing I found out is that you can use multiple wildcards in phrase searches, try this for example:"my name is * and i am a *"
. :) Rado
Radoslav Bielik http://www.neomyz.com/poll [^] - Get your own web poll
-
Help, anyone...I need to know the syntax to search for all files that start with any 10 characters and have a DLL extension. I know the *.dll but what do I put for the 10 characters????????? Thanks in advance
Strange this was voted down... :~
Look at the world about you and trust to your own convictions. - Ansel Adams
Meg's World - Blog Photography -
Strange this was voted down... :~
Look at the world about you and trust to your own convictions. - Ansel Adams
Meg's World - Blog PhotographyEverything on this site get voted down. Sometimes because it's a crappy post, and sometimes just because of the people that write it. IMHO the voting system makes more damage then good, and it should be removed... Or... Maybe Chris should make it a bit intelligent, so when someone always vote a 1 for the same people, then the system should ignore their votes. - Anders Money talks, but all mine ever says is "Goodbye!" ShotKeeper, my Photo Album / Organizer Application [^]
-
Everything on this site get voted down. Sometimes because it's a crappy post, and sometimes just because of the people that write it. IMHO the voting system makes more damage then good, and it should be removed... Or... Maybe Chris should make it a bit intelligent, so when someone always vote a 1 for the same people, then the system should ignore their votes. - Anders Money talks, but all mine ever says is "Goodbye!" ShotKeeper, my Photo Album / Organizer Application [^]
Feeling a bit growly this morning Anders? :)
Look at the world about you and trust to your own convictions. - Ansel Adams
Meg's World - Blog Photography -
Everything on this site get voted down. Sometimes because it's a crappy post, and sometimes just because of the people that write it. IMHO the voting system makes more damage then good, and it should be removed... Or... Maybe Chris should make it a bit intelligent, so when someone always vote a 1 for the same people, then the system should ignore their votes. - Anders Money talks, but all mine ever says is "Goodbye!" ShotKeeper, my Photo Album / Organizer Application [^]
Anders Molin wrote: when someone always vote a 1 for the same people, then the system should ignore their votes. That would be an interesting scripting project, Anders. How would you approach it? Some people think of it as a six-pack; I consider it more of a support group.
-
Feeling a bit growly this morning Anders? :)
Look at the world about you and trust to your own convictions. - Ansel Adams
Meg's World - Blog PhotographySomething between that and just honest ;) - Anders Money talks, but all mine ever says is "Goodbye!" ShotKeeper, my Photo Album / Organizer Application [^]
-
Anders Molin wrote: when someone always vote a 1 for the same people, then the system should ignore their votes. That would be an interesting scripting project, Anders. How would you approach it? Some people think of it as a six-pack; I consider it more of a support group.
It should ot be too hard, just make some simple rules that the code have to check for. - Anders Money talks, but all mine ever says is "Goodbye!" ShotKeeper, my Photo Album / Organizer Application [^]
-
Everything on this site get voted down. Sometimes because it's a crappy post, and sometimes just because of the people that write it. IMHO the voting system makes more damage then good, and it should be removed... Or... Maybe Chris should make it a bit intelligent, so when someone always vote a 1 for the same people, then the system should ignore their votes. - Anders Money talks, but all mine ever says is "Goodbye!" ShotKeeper, my Photo Album / Organizer Application [^]
-
Everything on this site get voted down. Sometimes because it's a crappy post, and sometimes just because of the people that write it. IMHO the voting system makes more damage then good, and it should be removed... Or... Maybe Chris should make it a bit intelligent, so when someone always vote a 1 for the same people, then the system should ignore their votes. - Anders Money talks, but all mine ever says is "Goodbye!" ShotKeeper, my Photo Album / Organizer Application [^]
Anders Molin wrote: Everything on this site get voted down. Sometimes because it's a crappy post, and sometimes just because of the people that write it. The problem is that we, as programmers, are used to thinking in binary: we either vote 1 or 5. I never saw people voting 2, 3 or 4... :~ Yes, even I am blogging now!
-
Help, anyone...I need to know the syntax to search for all files that start with any 10 characters and have a DLL extension. I know the *.dll but what do I put for the 10 characters????????? Thanks in advance
KyleCM wrote: I know the *.dll but what do I put for the 10 characters????????? It's ironic that you answered your own question without realizing it! Marc Microsoft MVP, Visual C# MyXaml MyXaml Blog
-
On a similar thread, does anyone know how to search for certain characters on Google? How would I search for a file name for example: "file.ext" without it mathcing both the name and extension seperately?
David Wulff The Royal Woofle Museum
Putting the laughter back into slaughter
David Wulff wrote: How would I search for a file name for example: "file.ext" without it mathcing both the name and extension seperately Erm... put it in quotes, like you did. I did a google search yesterday that finally yielded an answer I was desperately looking for. I typed in something like this: "foo bar" "fiz bin blah" Note the use of two phrases in separate quotes. Found the answer on the first returned link, and resulted in a very different return than enclosing the entire string in quotes. Google is great! Marc Microsoft MVP, Visual C# MyXaml MyXaml Blog
-
Everything on this site get voted down. Sometimes because it's a crappy post, and sometimes just because of the people that write it. IMHO the voting system makes more damage then good, and it should be removed... Or... Maybe Chris should make it a bit intelligent, so when someone always vote a 1 for the same people, then the system should ignore their votes. - Anders Money talks, but all mine ever says is "Goodbye!" ShotKeeper, my Photo Album / Organizer Application [^]
What sucks is that there's not way to know who voted you down (or up). If the list of those who voted and how they each voted were made public, most people would think twice before down-voting someone. Regards, Alvaro
Give a man a fish, he owes you one fish. Teach a man to fish, you give up your monopoly on fisheries.
-
What sucks is that there's not way to know who voted you down (or up). If the list of those who voted and how they each voted were made public, most people would think twice before down-voting someone. Regards, Alvaro
Give a man a fish, he owes you one fish. Teach a man to fish, you give up your monopoly on fisheries.
Now there is a great idea :) - Anders Money talks, but all mine ever says is "Goodbye!" ShotKeeper, my Photo Album / Organizer Application [^]
-
What sucks is that there's not way to know who voted you down (or up). If the list of those who voted and how they each voted were made public, most people would think twice before down-voting someone. Regards, Alvaro
Give a man a fish, he owes you one fish. Teach a man to fish, you give up your monopoly on fisheries.
That implies a data base record for each vote in addition to each post. I have a feeling Chris M. would find that a bit much.
Software Zen:
delete this;
-
I'm assuming you're using the Search Assistant (little dog), but when you type in your file name to search for.. just type the following: ??????????.dll The ? serves as a place holder similar to the "_" that's used in a SQL like statement. I hope this helps. :) DrMaltz "The Code King"
The command prompt command "dir ???.dll" will list all dll files with one, two or three characters before the '.' - so ten '?' would match any .dll files with 1 to 10 character file names. At least that is what happens in XP. Steve
-
That implies a data base record for each vote in addition to each post. I have a feeling Chris M. would find that a bit much.
Software Zen:
delete this;
The thing is, in order to calculate the total, Chris takes into account each voter's ranking (Gold, Platinum, etc.). So I imagine he has to keep track of each vote (and voter) individually to tally the total -- unless he found a much more clever way to do it. Regards, Alvaro
Give a man a fish, he owes you one fish. Teach a man to fish, you give up your monopoly on fisheries.