Peter S Tillier writes: > > 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 > > > > Per, > > You can always do this using the shell - see Phoebus' message a few threads earlier. I always use the shell for redirections, the SuperBasic syntax is just too much for me tocope with (although it can be done I believe).
Perhaps I should have mentioned: I want to call cprog from within another program, so Shell is not an option. Thanks anyway. Per
