'Save as a header file such as pipecom.h 'See post here for potential updated information: 'https://www.qb64.org/forum/index.php?topic=3168.0 DECLARE LIBRARY "pipecom" FUNCTION pipecom$ (cmd AS STRING) END DECLARE DIM F AS STRING F = pipecom("dir /b *.BAS") PRINT F