Aug 13, 2003 #1 mantleg Programmer Joined Aug 8, 2003 Messages 4 Location GB Has anyone got a script that will search a partition for a file with a particular extension and echo its name to the screen if it finds one?
Has anyone got a script that will search a partition for a file with a particular extension and echo its name to the screen if it finds one?
Aug 13, 2003 #2 PHV MIS Joined Nov 8, 2002 Messages 53,708 Location FR Take a look at the FileSystem object. You can also do a keyword search in this forum as this topic has been very often treated. Hope This Help PH. Upvote 0 Downvote
Take a look at the FileSystem object. You can also do a keyword search in this forum as this topic has been very often treated. Hope This Help PH.
Aug 24, 2003 #3 ClayG Programmer Joined Oct 20, 2002 Messages 127 Location AU I have found its far easier and more efficient to Shell "dir /s *name*". Redirect it (">tmpfile" and read back in if required. Upvote 0 Downvote
I have found its far easier and more efficient to Shell "dir /s *name*". Redirect it (">tmpfile" and read back in if required.