Questions tagged [winrar]

WinRAR is a trialware file archiver utility for Windows.

257 questions
-2
votes
1 answer

What is the best way to unrar file?

I want to unrar a file which contains one level of files. That's what I made so far: Runtime.getRuntime().exec("C:\\Program Files\\WinRAR\\WinRAR.exe unrar -x " + inputZipFile + " " + outputFolderPath); And it doesn't make anything.
a_z
  • 342
  • 1
  • 3
  • 14
-3
votes
1 answer

Why Delphi App can't run a *.bat file and make it work?

The contents for the *.bat file: cd "C:\Program Files\WinRAR" WinRAR a -r -ep1 "D:\Temp\250815\GiftCard-250815-1to10.zip" "D:\Temp\250815\word" Basically, this file is telling WinRAR to compress the folder "word" into…
Wago
  • 21
  • 1
  • 3
1 2 3
17
18