5

Is there a way or command to be use to find files using a list of files to be find in a directory? e.g.

find the following files:
text1.sql
text2.sql
text3.sql
text4.sql
text5.sql
text6.sql

Search in: c:\archive...

JasonMArcher
  • 14,195
  • 22
  • 56
  • 52
jeff
  • 448
  • 1
  • 15
  • 34

2 Answers2

7

Not sure if this is what you are looking for, but try the following:

  1. Search > Find File...
  2. Enter the directory under "Search in:"
  3. Enter the name of the file you are looking for under "Name contains:"
  4. Click on Find.

I'm using the P4V client version 2012.1

Saulo Silva
  • 1,219
  • 1
  • 20
  • 37
1

Just putting out there that Saulo's answer is correct, however that Rev. Perforce Visual Client/NTX86/2008.2/188141 doesn't support it. So you probably need to upgrade if you don't have the menu option (as I had to).

Mark
  • 1,639
  • 1
  • 15
  • 20