arma3:batch-file-examples
Differences
This shows you the differences between two versions of the page.
Both sides previous revisionPrevious revisionNext revision | Previous revision | ||
arma3:batch-file-examples [2019/01/22 17:43] – updated for arma3 and latest mikero tools -P parameter. snakeman | arma3:batch-file-examples [2024/08/03 11:45] (current) – links added. snakeman | ||
---|---|---|---|
Line 1: | Line 1: | ||
- | ====== Batch File Examples ====== | + | ====== |
- | This is under arma3 namespace but there are various batch file examples which suit all arma games or even generic tasks that has nothing to do with arma. | + | [[https:// |
+ | |||
+ | This is under ArmA 3 namespace but there are various batch file examples which suit all arma games or even generic tasks that has nothing to do with arma. | ||
Line 304: | Line 306: | ||
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.1548179025.txt.gz · Last modified: 2019/01/22 17:43 by snakeman