Available to windows phone application developer tool.
This tool is based on the App Store screenshot shows a screenshot need to select the corresponding stored separately WVGA, WXGA, 720P pixel request size.
Because only eight shots can be uploaded to the App Store, so only displays the most recent eight shots. Before uploading the app store, you may also need to modify the screenshot suffix. You can use the code below to make a. Bat batch to modify the file suffix. Screenshot with. Bat file needs to be placed in the same folder to be renamed.
@ echo off
for / f "delims ="%% i in ('dir / b *. jpg') do (
call: label%% i
)
pause
: label
set a =% 1
ren% 1% a: ~ 0, -8%. png
goto: eof