Utlity to Find and Copy Files?

Discuss our other products here. Get help with installation and running, notify us of bugs, request new features and enhancements.

Moderators: DataMystic Support, Moderators, DataMystic Support, Moderators, DataMystic Support, Moderators

Post Reply
jcsnyc
Posts: 1
Joined: Wed Aug 18, 2010 8:00 am

Utlity to Find and Copy Files?

Post by jcsnyc »

Wondering if any of your products can find files across sub-directories based a string and copy them to a specified directory?

So for example:
I store a list of strings to find in Find.txt
AAA-12345
AAA-23556
AAA-11235

Run program that finds files that contain AAA-12345, AAA-23556, AAA-11235 anywhere in the FILE NAME and moves to a specified directory.
User avatar
DataMystic Support
Site Admin
Posts: 2227
Joined: Mon Jun 30, 2003 12:32 pm
Location: Melbourne, Australia
Contact:

Re: Utlity to Find and Copy Files?

Post by DataMystic Support »

No - but you could use
dir /s *AAA-12345*
to find such files.
Riley
Posts: 2
Joined: Thu Oct 13, 2016 8:06 pm
Location: USA
Contact:

Re: Utlity to Find and Copy Files?

Post by Riley »

DataMystic Support wrote:No - but you could use
dir /s *AAA-12345*
to find such files.
Yes, this works i was looking everywhere for this. Thanks
Post Reply