Home > database >  Pb with how to copy a key file to another folder? Thank you!
Pb with how to copy a key file to another folder? Thank you!

Time:10-14

There are a lot of files in a folder, such as: 123. TXT, 231. TXT, 245. TXT, to copy the file name contains three files, how to operate?
Through the API can only be used by copyfile function of copy the full name of the file,

CodePudding user response:

The following two methods can
In pb bat command line using the fuzzy matching to invoke the run function performs
2. With the listbox. Dirlist function can fuzzy matching, then traverse filecopy

CodePudding user response:

Use the run command is simpler run (" filecopy * 3. * c: \ ")
  • Related