How can I do replacement strings with an arg-file?

2017-12-16 Thread Dew, James (NRCAN/RNCAN)
Hi, I'm trying to use some replacement strings inside an arg-file and unable to do so, is there something I'm missing? In my command file I have many rows of ? ./mkcontrol.py --lat=50.1848576262 --lon=-67.4749590421 --timestamp=2007-07-23T20:00 --count=11 --hours=20 --id=2007001 --number={#

Re: How can I do replacement strings with an arg-file?

2017-12-16 Thread Ole Tange
On Fri, Dec 15, 2017 at 8:04 PM, Dew, James (NRCAN/RNCAN) wrote: > I'm trying to use some replacement strings inside an arg-file and unable to > do so, is there something I'm missing? You cannot do that. The replacement strings only work on the command line. > In my command file I have many row