Search found 2 matches
- 2017-02-17T05:35:31-07:00
- Forum: Users
- Topic: Error when running windows bat file.
- Replies: 3
- Views: 2605
Re: Error when running windows bat file.
That got it! The %c switch for format needed to be %%c. Everything else using the filename variable was working as it should. Thanks for your help.
- 2017-02-16T13:47:03-07:00
- Forum: Users
- Topic: Error when running windows bat file.
- Replies: 3
- Views: 2605
Error when running windows bat file.
The command runs fine used directly through the command prompt. When I run it through the bat file it shows this error: MIssingArgument '-format' at CLI arg 3 @fatal/magick-cli.c/ProcessCommandOptions/444 The main goal is to write the pixel counts of black and white to the txt file. Thanks for any ...