User Tools

Site Tools


arma3:batch-file-examples

Differences

This shows you the differences between two versions of the page.

Link to this comparison view

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. snakemanarma3:batch-file-examples [2019/01/26 14:00] – added resize paa command line header. snakeman
Line 303: Line 303:
 for /f "tokens=2-4 delims=/ " %%a in ('date /T') do set day=%%b for /f "tokens=2-4 delims=/ " %%a in ('date /T') do set day=%%b
 echo %year%-%month%-%day% echo %year%-%month%-%day%
 +</code>
 +
 +
 +====== 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
 +"<steam>\steamapps\common\Arma 3 Tools\ImageToPAA\imagetopaa.exe" -size=128 %%i %%i
 +)
 +pause
 +exit
 </code> </code>
arma3/batch-file-examples.txt · Last modified: 2024/08/03 11:45 by snakeman

Except where otherwise noted, content on this wiki is licensed under the following license: CC Attribution-Share Alike 4.0 International
CC Attribution-Share Alike 4.0 International Donate Powered by PHP Valid HTML5 Valid CSS Driven by DokuWiki

All PMC web site download services are temporarily suspended until web site yearly fees have been recovered, want to download addons/mods? Then Support PMC.

If you are grateful for all the work PMC has done in the past 25 years, use Support PMC page.