PASTEBIN
| #1 paste tool since 2002
create new paste
tools
api
archive
real-time
faq
PASTEBIN
create new paste
trending pastes
sign up
login
my settings
my profile
Public Pastes
FREE Dota 2 Beta Keys
1 min ago
Untitled
3 sec ago
iphone copying fol...
6 sec ago
test1
9 sec ago
Untitled
11 sec ago
binary '=' : no op...
12 sec ago
Untitled
17 sec ago
c# permanent casti...
18 sec ago
Untitled
By: a guest on Jan 28th, 2012 | syntax:
None
| size: 0.24 KB | hits: 25 | expires: Never
download
|
raw
|
embed
|
report abuse
Copied
<?php
define('rar_path','bin');
define('rar_name', 'Rar.exe');
$file = 'files/WinRAR.chm';
$archivename = 'test.rar';
$path = getcwd();
chdir(rar_path);
echo(rar_name." a $path\\".$archivename." $path\\".$file." >> $path\output.txt");
?>
create a
new version
of this paste
RAW Paste Data
<?php define('rar_path','bin'); define('rar_name', 'Rar.exe'); $file = 'files/WinRAR.chm'; $archivename = 'test.rar'; $path = getcwd(); chdir(rar_path); echo(rar_name." a $path\\".$archivename." $path\\".$file." >> $path\output.txt"); ?>