OK this task seems to be really easy to do. However I spent a couple of hours without any results.
User have:
- 7z
- Windows
- R
User should enter:
- path to 7z (z7path)
- filename
System should unpack rar into the project's root
I tried:
cmd = "C:\\Program Files (x86)\\7-Zip\\7z e D:/20140601.rar"
system(shQuote(cmd))
And..nothing happens. Please don't advise to set up PATH, it doesn't help, and this should work without it.