K:\bin>type get_resolution.bat
i_view.bat "%1" /info=info.txt
echo after get_resolution
type info.txt | find "Resolution"
K:\bin>type i_view.bat
echo %*
echo %errorlevel%
echo after i_view
K:\bin>get_resolution.bat input.jpg
K:\bin>i_view.bat "input.jpg" /info=info.txt
K:\bin>echo "input.jpg" /info=info.txt
"input.jpg" /info=info.txt
K:\bin>echo 0
0
K:\bin>echo after i_view
after i_view
K:\bin>
Pourquoi pas "after get_resolution"?
windows-10
Francky Leyn
la source
la source