How to run Photoviewer.dll in command line

前端 未结 3 798
情话喂你
情话喂你 2020-12-09 09:54

When I run the following code below in a command prompt (as administrator):

\"C:\\Program Files\\Windows Photo Viewer\\PhotoViewer.dll\" \"C:\\00012.tif\"
         


        
3条回答
  •  自闭症患者
    2020-12-09 10:36

    It's not necessary to run PhotoViewer directly, let explorer do the work for you. As a bonus, it works with relative paths as far as I can tell.

    C:\Users\alphaniner> explorer Documents\test.png
    

提交回复
热议问题