Help for this page

Select Code to Download


  1. or download this
    @echo off
    exit 3
    
  2. or download this
    @echo off
    exit /b 3
    
  3. or download this
    sub test;
    
    ...
        system @_;
        print '  exit code is: ', $? >> 8;
    }