Ron C The C Theory Rar Extractor
I want to extract.rar files using cmd shell so I wrote this code: string commandLine = @'c: progra1 winrar winrar e c: download TestedU.rar c: download'; ProcessStartInfo PSI = new ProcessStartInfo('cmd.exe'); PSI.RedirectStandardInput = true; PSI.RedirectStandardOutput = true; PSI.RedirectStandardError = true; PSI.UseShellExecute = false; Process p = Process.Start(PSI); StreamWriter SW = p.StandardInput; StreamReader SR = p.StandardOutput; SW.WriteLine(commandLine); SW.Close; The first time it worked fine, the second time it displayed nothing. 9 Answers, only sam mousavi is answering your question directly, but noone's telling you what's wrong. Citing from the WinRAR manual.the command: WinRAR x Fonts.ttf NewFonts will extract.ttf files from the archive Fonts to the folder NewFonts You need to use the trailing backslash as in the example above for denoting the destination folder. And that's exactly what's missing up there at c: download.
Ron C The C Theory Rar Extractor Youtube
Ron C The C Theory Rar Extractor Online
Right now it tries to extract the file c: download inside the archive to the current directory. How it could work the first time is a mystery. Did you like this answer? Give me some much needed reputation! Wilco boeing 737 fsx windows vista 7 mail download. I can almost vote up!