Search found 2 matches
- 05 Jun 2012 19:47
- Forum: DOS Batch Forum
- Topic: How to sequence two file conversion commands?
- Replies: 9
- Views: 10060
Re: How to sequence two file conversion commands?
Wow you guys are awesome! @Fawers, thanks for the help!! really appreciate it. Your bat worked perfectly but I've chosen to use aGermans one because it skips the whole _tmp stage, sorry I thought that _tmp stage would be neccessary @aGerman Thanks so much man, Your script works perfectly. The next t...
- 05 Jun 2012 15:32
- Forum: DOS Batch Forum
- Topic: How to sequence two file conversion commands?
- Replies: 9
- Views: 10060
How to sequence two file conversion commands?
Hello everyone I'm wanting to make a batch file that can do two conversions on an input file, one after the other. I need to convert image files to a special image format called 'tiled & mipmapped EXR'. The problem is I dont have a program that can do both the EXR conversion and the tiling/mipma...