Finally remembering what I forget about DOS batch files, the
example of execution with the input images to be sample%d.tga in
a .bat file gets the error message, can't find sampled.tga. But
of course it works from the command line.
The problem is that batch files use % also. To make it work from
a batch file the format is 2 % as in sample%%d.tga and then it
works from a batch file.
Get away from DOS for a few years and you forget everything. :(
--
<blink>-------please--don't-----------------</blink>
http://www.giwersworld.org/artii/
http://www.giwersworld.org/artiii/
Finally up on 99/06/22 updated 06/30
Post a reply to this message
Attachments:
Download 'us-ascii' (1 KB)
|