I'm feeling like a complete newbie on this. I have a file with a .7z extension. I have the password. I installed p7zip.
I type: p7zip -d file.7z
or p7zip x file.7z
or p7zip x file.7z -pMypassword
All I get is "Error: Can not open file as archive." or the help file which reads:
OK, so I try: -d instead of x as suggested in most places, but it still doesn't work. Half an hour of net search and I cannot find a command that works for me, and the suggestions vary considerably. Does anyone know for sure what I should type?
I type: p7zip -d file.7z
or p7zip x file.7z
or p7zip x file.7z -pMypassword
All I get is "Error: Can not open file as archive." or the help file which reads:
Code:
-h print this help -d decompress file
Comment