Help for this page

Select Code to Download


  1. or download this
    @args = ('cmd.exe', '/c', 'erase', $filename);
    
  2. or download this
    @args = ( 'sh', '-c', "erase $filename" );