How can I call winrar in perl on windows

Posted by perlnoob on Stack Overflow See other posts from Stack Overflow or by perlnoob
Published on 2010-04-05T16:38:58Z Indexed on 2010/04/05 16:43 UTC
Read the original article Hit count: 624

Filed under:
|
|
|

Is it possible to call winrar through perl on a windows system, such as

perl -e "rar a -rr10 -s c:\backups\backup.rar @backup.lst"

If so, is there a more efficient way to do this?

I've looked up "perl -e" +winrar on google, however none of the results gave me any answer that was remotely close to what i was looking for. The system Im running this on is a Windows XP system. Im open to doing this in another language like python if its easier, however I am more comfertable with perl.

© Stack Overflow or respective owner

Related posts about Windows

Related posts about winrar