Guest

Untitled

By: a guest on Jan 28th, 2012  |  syntax: None  |  size: 0.24 KB  |  hits: 25  |  expires: Never
download  |  raw  |  embed  |  report abuse
Copied
  1. <?php
  2.  
  3. define('rar_path','bin');
  4. define('rar_name', 'Rar.exe');
  5. $file = 'files/WinRAR.chm';
  6. $archivename = 'test.rar';
  7. $path = getcwd();
  8. chdir(rar_path);
  9. echo(rar_name." a $path\\".$archivename."  $path\\".$file." >> $path\output.txt");
  10. ?>