Simply compress 1 folder in batch with WinRAR command line?

Use either “%ProgramFiles%\WinRAR\Rar.exe” a -ep1 -idq -r -y “Name of RAR file with path” “%UserProfile%\Desktop\someFolder” or “%ProgramFiles%\WinRAR\Rar.exe” a -ep1 -idq -r -y “Name of RAR file with path” “%UserProfile%\Desktop\someFolder\” to create a RAR archive file with the specified name after command a (add to archive) and the switches -idq … enable quiet mode to display … Read more