> What command would be used to run FPCdoc on all files in a directory. > PSEUDO EXAMPLE: (crashes fpdoc) > fpdoc --package=Test --input=*.pas;*.inc; fpdoc --package=Test $(ls -1 *.pas *.inc | awk '{printf("input=%s ", $1)}') - Jeff