Peut-t-on ouvrir un .png ?
Posté : 22 déc. 2011 20:24
La question est dans le titre : comment ouvrir un .png ?(en batch)
Problème avec un batch, posez une question !
https://batcher.fr/forum/
Code : Tout sélectionner
chemin\fichier.png
Code : Tout sélectionner
;REM RUNDLL32
rundll32.exe shimgvw.dll,ImageView_Fullscreen %userprofile%\Bureau\Laddy.png
;REM MSPAINT
mspaint.exe "%userprofile%\Bureau\image.png"
REM Internet explorer
"%programfiles%\iexplore.exe" -k "%userprofile%\Bureau\image.png"
Code : Tout sélectionner
%SystemRoot%\System32\rundll32.exe "%ProgramFiles%\Windows Photo Viewer\PhotoViewer.dll", ImageView_Fullscreen %userprofile%\Desktop\AMinecraftStory\IMAGES\Reveil\Reveil.png