r2994 contains a writeData function which does the opposite of readData. Specifically, you can say: file l; l = writeData(@f); to output the filenames for a data structure into a text file, so that you can pass this instead of passing filenames on the command line. --