comp.lang.idl-pvwave archive
Messages from Usenet group comp.lang.idl-pvwave, compiled by Paulo Penteado

Home » Public Forums » archive » Re: not so IDL related... Command line auto-feed
Show: Today's Messages :: Show Polls :: Message Navigator
E-mail to friend 
Return to the default flat view Create a new topic Submit Reply
Re: not so IDL related... Command line auto-feed [message #61127 is a reply to message #61123] Tue, 08 July 2008 09:49 Go to previous messageGo to previous message
Bruce Bowler is currently offline  Bruce Bowler
Messages: 128
Registered: September 1998
Senior Member
On Mon, 07 Jul 2008 17:00:07 -0600, Jean H wrote:

> Hi all,
>
> sorry for the misuse of this forum... though one of the smart here may
> be of great help!
>
> Ok, I have to process about 200 files though a program called dem2xyzn
> (for USGS DEM files). This program runs only under windows (and dos),
> and have basically no support. You start the program, then it ask for
> the name of the input file, then for the name of the output file, then
> if you are sure you want to continue etc.
>
> I want to automate all of this...
> There seems to be no way of specifying the parameters values (input,
> output) when calling the program.
>
> Is there a way to have a text being written in the current dos window?
> something that would look like, in pseudo-code:
>
> -call the program
> -write input1
> -write input2
> -write any letter to tell the prog to continue =start again with another
> set of input?
>
> I have tried to do a batch file, but the "write input1" get executed
> after the program has resumed...
>
> Any help of hints would be greatly appreciated!!! Jean

Assuming the program uses standard input, you should be able to create a
file, called input.txt (pick a name, any name) that looks
like this.

infile
outfile
x

then run the program like this

program < input.txt

If you then wrap a loop around the whole thing, it should be a piece of
cake.


--
+-------------------+--------------------------------------- ------------+
Bruce Bowler | Sin boldly! - Martin Luther
1.207.633.9600 |
bbowler@bigelow.org |
+-------------------+--------------------------------------- ------------+
[Message index]
 
Read Message
Read Message
Read Message
Read Message
Read Message
Read Message
Previous Topic: Re: What Else!? More IDL 7 Woes.
Next Topic: Help with program speed (Recursive Merging Function)

-=] Back to Top [=-
[ Syndicate this forum (XML) ] [ RSS ] [ PDF ]

Current Time: Wed Oct 08 18:05:00 PDT 2025

Total time taken to generate the page: 0.00189 seconds