Popular Batch recipes tagged "screen"http://code.activestate.com/recipes/langs/batch/tags/screen/2012-12-12T12:40:24-08:00ActiveState Code RecipesDetect screen resolution without wmi (part 2) (Batch) 2012-12-12T12:40:24-08:00greg zakharovhttp://code.activestate.com/recipes/users/4184115/http://code.activestate.com/recipes/578377-detect-screen-resolution-without-wmi-part-2/ <p style="color: grey"> Batch recipe 578377 by <a href="/recipes/users/4184115/">greg zakharov</a> (<a href="/recipes/tags/resolution/">resolution</a>, <a href="/recipes/tags/screen/">screen</a>). </p> <p>In previous time I wrote how to do it with <a href="http://code.activestate.com/recipes/578345-detect-screen-resolution-without-wmi/?in=user-4184115">mshta.exe</a>. Good, now I want to show you how to do it with COM-object <strong>htmlfile</strong>. It looks like similar way with mshta.exe:</p> Detect screen resolution without wmi (Batch) 2012-11-21T11:02:51-08:00greg zakharovhttp://code.activestate.com/recipes/users/4184115/http://code.activestate.com/recipes/578345-detect-screen-resolution-without-wmi/ <p style="color: grey"> Batch recipe 578345 by <a href="/recipes/users/4184115/">greg zakharov</a> (<a href="/recipes/tags/mshta/">mshta</a>, <a href="/recipes/tags/resolution/">resolution</a>, <a href="/recipes/tags/screen/">screen</a>). </p> <p>Maybe you know what it's possible to invoke mshta.exe inside batch with some specific parameters. So, it helps to access for <strong>screen</strong> which keeps data about screen resolution.</p>