----- Original Message ----- 
From: "P Witte" <[EMAIL PROTECTED]>
To: "ql users mailing list" <[EMAIL PROTECTED]>
Sent: Saturday, April 20, 2002 10:28 PM
Subject: [ql-users] c68 question


> 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).

Peter
-- 
Peter S Tillier        [EMAIL PROTECTED]
                       [EMAIL PROTECTED]
Opinions expressed are my own and not necessarily
those of my employer.

Reply via email to