find... Thread last updated on 2003-06-10 10:43:04

Posted by member 35747 on 2003-06-06 18:38:01

anyone have made a shortcut in a popup to go to find file or anything else...

thx

Posted by member 1 on 2003-06-06 20:41:46 link

get find.exe and make your own.

Posted by member 35 on 2003-06-07 13:02:25 link

instead of find.exe create a new text file and add this:

Dim objShell
Set objShell = CreateObject("Shell.Application")
objShell.FindFiles


save it as find.vbs

Posted by member 35747 on 2003-06-07 23:25:36 link

how it work ?

Posted by member 1316 on 2003-06-09 13:24:59 link

syro, that doesn't seem to work. is that maybe not compatible with winxp? I saved it as c:\find.vbsand, manually ran it, and nothing happened. also, devilboi, find.exe only seems to be compatible with win9x. I've never been able to get it to work on win2k or winxp (not that that necessarily means anything, but I've heard a lot of the same complaint from other people).

Posted by member 35 on 2003-06-09 19:03:35 link

i use it on xp. if it doesn't work running it, try running
wscript.exe x:\path\find.vbs

Posted by member 35747 on 2003-06-09 20:34:11 link

doesn't work...

Posted by member 35 on 2003-06-09 22:32:33 link

weird...

Posted by member 35747 on 2003-06-09 23:11:03 link

yup

Posted by member 35 on 2003-06-10 10:34:45 link

try this http://e-sushi.ionichost.com/findexe.zip it's made by e-sushi..

Posted by member 111 on 2003-06-10 10:43:04 link

2sryo: hmmm... strange situation... interesting, why your script works only with explorer as shell?