Thread Rating:
  • 0 Vote(s) - 0 Average
  • 1
  • 2
  • 3
  • 4
  • 5
Copying wild card files to a single file
#1
I understand that with the DOS command :

Quote:copy C:\tmp\*.vcf backup.dat

you can store all .vcf information into a single file.

This command works perfectly at DOS prompt.

I have failed to reproduce this command in a QM-function in what it concerns the target file. It is creating a folder with this name-extension and then it copies all .vcf files in it. I wonder whether I miss some flag to declare the target as file.

Any advice is much appreciated. Thanks in advance.
#2
Try zip(). It can compress or not, depending on flags. Other similar simple functions don't exist in QM and afaik in Windows API.


Forum Jump:


Users browsing this thread: 1 Guest(s)