computing
  • 19

Solved How To Write a Batch File To Take Screenshots

  • 19

I have to take screenshots of a website in different browseres. I found something like ‘iecapt’ for ie.Is there similar thing for firefox and chrome??And can I write a batch file for these things??
Thank you.. 🙂

Share

1 Answer

  1. Nircmd can handle this,

    Nircmd.exe savescreenshot “C:\Documents and Settings\User\Desktop\Screenshot.png”

    Download: http://www.nirsoft.net/utils/nircmd…

    Download and unzip it in your Windows\System32 directory.

    Regards,

    Happy is ONE who says I am an OttoMAN.

    • 0