arma3:batch-file-examples
Differences
This shows you the differences between two versions of the page.
Both sides previous revisionPrevious revision | Last revisionBoth sides next revision | ||
arma3:batch-file-examples [2019/01/22 17:43] – updated for arma3 and latest mikero tools -P parameter. snakeman | arma3:batch-file-examples [2019/01/26 14:00] – added resize paa command line header. snakeman | ||
---|---|---|---|
Line 303: | Line 303: | ||
for /f " | for /f " | ||
echo %year%-%month%-%day% | echo %year%-%month%-%day% | ||
+ | </ | ||
+ | |||
+ | |||
+ | ====== Resize PAA Command Line ====== | ||
+ | |||
+ | Resize PAA file from command line. | ||
+ | |||
+ | This does all PAA files to 128 x 128 resolution in the current directory: | ||
+ | <code dos> | ||
+ | for /R %CD% %%i in (*.paa) do ( | ||
+ | echo %%i | ||
+ | "< | ||
+ | ) | ||
+ | pause | ||
+ | exit | ||
</ | </ |
arma3/batch-file-examples.txt · Last modified: 2024/08/03 11:45 by snakeman