stickleprojects Level: Moderator

 Registered: 09-09-2002 Posts: 914
|
Re: Search engine
Hi Khitpit.
Unfortunately, you cannot get a list of files from sql/oracle with straightforward commands.
To create a textfile of all files on the hdd:
dir c: /s /b > allfiles.txt
You can then view/search it in notepad or something.
The keywords to search google are "recursively search directory vb"
Hope this helps
Kieron
____________________________
Build it better, faster, quicker, easier.. then fix it (non-offical MS mission statement)
|