Consultor Eletrônico



Kbase P24690: All Pipe instances are busy when printing files in a loop
Autor   Progress Software Corporation - Progress
Acesso   Público
Publicação   5/20/2003
Status: Unverified

SYMPTOM(s):

All Pipe instances are busy when printing files in a loop

CAUSE:

Files were send to the printer with the TYPE command, like:

DOS SILENT TYPE VALUE("files") VALUE(" > lpt1").

FIX:

Use COPY command instead of TYPE like:

DOS SILENT COPY *.* > lpt1