PHP code example of nouvu / windows-nircmd

1. Go to this page and download the library: Download nouvu/windows-nircmd library. Choose the download type require.

2. Extract the ZIP file and open the index.php.

3. Add this code to the index.php.
    
        
<?php
require_once('vendor/autoload.php');

/* Start to develop here. Best regards https://php-download.com/ */

    

nouvu / windows-nircmd example snippets


$cmd = new Nouvu\Windows\Nircmd;

$cmd -> savescreenshot( filename:'test.png', x:496, y:308, w:474, h:503 );