Page 1 of 1

system() and unarchival

Posted: Wed Aug 27, 2008 3:26 pm
by Endlessline
How can I use the system() function to unrar an archive? (Linux Server). Anything like this?

<? system("unrar -zxvf IJN.rar") ?>