Is there a way to get a c68 program to accept a commandline (or part of a command line) from a file/pipe.
I want to achieve something like:
EX cprog ; "-options parameters <filelist_file"
rather than
EX cprog ; "-options parameters file1 file2 .. fileN"
Or is all this entirely up to cprog?
Per
