Plateforme Level Extreme
Abonnement
Profil corporatif
Produits & Services
Support
Légal
English
Concatenating the files after REPORT FORM TO FILE
Message
Information générale
Forum:
Visual FoxPro
Catégorie:
Problèmes
Divers
Thread ID:
00220164
Message ID:
00220261
Vues:
30
>>Hi All,
>>
>>I have the problem with concatenating the files which I get from REPORT FORM... TO FILE. What I need - to send the output to files, and then give the resulting file to another department to print on the mainframe printer.
>> REPORT FORM ...TO FILE ADDITIVE works only with ASCII clause. If I try to concatenate files with the DOS COPY command - the resulting file somehow looses the info
>>
>>COPY file1.prn + file2.prn myreport.prn
>
>DOS trick - you need to use the /B command line modifier to concatenate binary files - try:
>
>COPY /B file.prn + file2.prn myreport.prn
>

Thank you Ed. This works.
Actually I tried COPY with /B parameter before, but I put it at the end of the command, and it gave me just slight difference in size.
:)

Nick
Nick Neklioudov
Universal Thread Consultant
3 times Microsoft MVP - Visual FoxPro

"I have not failed. I've just found 10,000 ways that don't work." - Thomas Edison
Précédent
Suivant
Répondre
Fil
Voir

Click here to load this message in the networking platform