here are the linux commands for rar

Code: 
for f in *.*;do rar a -m0 -v209716 "$f".rar "$f";done 

for f in *.rar;do unrar e -o+ "$f";done
and rename command is
Code: 
for f in *.*;do mv "$f" mysite_"$f";done
some pls replay with similar batch ( dos commands in windows) commands
vgnheart Reviewed by vgnheart on . need rar & rename commands for windows here are the linux commands for rar for f in *.*;do rar a -m0 -v209716 "$f".rar "$f";done for f in *.rar;do unrar e -o+ "$f";done and rename command is for f in *.*;do mv "$f" mysite_"$f";done Rating: 5