Consultor Eletrônico



Kbase P76747: PROLIB fails to extract files
Autor   Progress Software Corporation - Progress
Acesso   Público
Publicação   15/10/2004
Status: Unverified

SYMPTOM(s):

PROLIB fails to extract files

created the necessary directory structure before executing the PROLIB command

executed command:

prolib "%DLC%\src\prodict.pl" -extract prodoc\langref\*.*

Command seems to execute successfully, but no files are created in the directory structure.

CAUSE:

The cause of this problem is the '*.*' reference in the executed prolib command.

FIX:

Use a single '*' to reference all files under the directory. For example:

prolib "%DLC%\src\products.pl" -extract prodoc\langref\*