winrar command line folder stucture
- by Lee Hull
I am trying to zip up a folder..
Example:
C:\Test*.*
C:\Test\bin*.*
I want to be able to zip up the Test folder with bin subfolder, however, I need the Test folder contents in the zip root.
I am trying to do this using the WinRar command line (rar.exe)
I've tried using rar.exe a "C:\File.zip" -ep "C:\Test" but it puts all the folder contents in root...
Tried rar.exe a "C:\File.zip" -ep "C:\Test*.*" "C:\Test\bin" same thing.. any ideas?