Tagged Questions

1
vote
1answer
115 views

Running SFX from Application: Change working directory

I have an application that starts an SFX (self-extracting executable) file and extracts it. The input file is located at c:\sfx\sfx.exe but it currently extracts to my application's start up folder ...
1
vote
2answers
767 views

Whats the file structure of a rar file compressed in store mode

I have many rars that a stored in store mode, that means they aren't compressed. I want to open them and read parts of the file that is "stored" in the rar. I think I can just open them if I knew the ...
1
vote
4answers
741 views

What is the command-line for rar and unrar?

What is the command-line for rar and unrar? I need to rar test.txt to test.rar, and to unrar test.rar to test.txt. I need to put this functionality in a C# WinForm. I have Windows XP and WinRar ...
0
votes
1answer
41 views

how to set a password on a rar file

I set a password on a rar file like this : rar.exe a backup.rar c:\files -p123 -p- -k this code set a password on my rar file and add file to it , but i do not know what is my password. this is my ...