Results 1 to 10 of 14
ok i use azureus and i got a game and its a rar and i want to know how to unrar it from the terminal. I have silent hill 4 ...
- 05-19-2007 #1Just Joined!
- Join Date
- Dec 2006
- Posts
- 97
bitorrent unrar
ok i use azureus and i got a game and its a rar and i want to know how to unrar it from the terminal. I have silent hill 4 the room what would the command be to unrar it would it be unrar -e silent hill 4 the room.rar or what i dont know someone please tell me how id really appreciate it.
thanks
- 05-19-2007 #2
You can use "unrar x" or "unrar e". You can find out more about unrar commands by entering the command "unrar" without any arguements into a terminal.
- 05-19-2007 #3Just Joined!
- Join Date
- Dec 2006
- Posts
- 97
confused
yeah i know that but like i have silent hill4 and how would i unrar that would it be unar -e silent hill 4 or how would i do that?
- 05-19-2007 #4
- 05-20-2007 #5Just Joined!
- Join Date
- Dec 2006
- Posts
- 97
why isnt this working
okay i did this int the terminal unrar -e silent hill 4 and unrar -e silent hill 4.rar
and got
cannot open hill.rar no such file or directory
i opened the file in adept and it showed me 2 things silent hill 4 ntg
and silent hill 4 the room
what do i do now how do i unrar from terminal cause ark doesnt do nothing i really need help
- 05-20-2007 #6
If your filename has spaces, try
Code:unrar -e "silent hill 4"
- 05-20-2007 #7Just Joined!
- Join Date
- Dec 2006
- Posts
- 97
?
ok heres my terminal and what i typed
allan@Bother:~$ cd /home unrar -e silent hill 4
allan@Bother:/home$ unrar -e silent hill 4
[/B]
UNRAR 3.70 beta 3 freeware Copyright (c) 1993-2007 Alexander Roshal
Cannot open hill.rar
No such file or directory
Usage: unrar <command> -<switch 1> -<switch N> <archive> <files...>
<@listfiles...> <path_to_extract\>
<Commands>
e Extract files to current directory
l[t,b] List archive [technical, bare]
p Print file to stdout
t Test archive files
v[t,b] Verbosely list archive [technical,bare]
x Extract files with full path
<Switches>
- Stop switches scanning
ad Append archive name to destination path
ap<path> Set path inside archive
av- Disable authenticity verification check
c- Disable comments show
cfg- Disable read configuration
cl Convert names to lower case
cu Convert names to upper case
dh Open shared files
ep Exclude paths from names
ep3 Expand paths to full including the drive letter
f Freshen files
id[c,d,p,q] Disable messages
ierr Send all messages to stderr
inul Disable all messages
kb Keep broken extracted files
n<file> Include only specified file
n@ Read file names to include from stdin
n@<list> Include files in specified list file
o+ Overwrite existing files
o- Do not overwrite existing files
or Rename files automatically
ow Save or restore file owner and group
p[password] Set password
p- Do not query password
r Recurse subdirectories
sl<size> Process files with size less than specified
sm<size> Process files with size more than specified
ta<date> Process files modified after <date> in YYYYMMDDHHMMSS format
tb<date> Process files modified before <date> in YYYYMMDDHHMMSS format
tn<time> Process files newer than <time>
to<time> Process files older than <time>
ts<m,c,a>[N] Save or restore file time (modification, creation, access)
u Update files
v List all volumes
ver[n] File version control
vp Pause before each volume
x<file> Exclude specified file
x@ Read file names to exclude from stdin
x@<list> Exclude files in specified list file
y Assume Yes on all queries
allan@Bother:/home$ unrar e silent hill 4 rar
UNRAR 3.70 beta 3 freeware Copyright (c) 1993-2007 Alexander Roshal
Cannot open silent.rar
No such file or directory
No files to extract
allan@Bother:/home$
what do i have to do to unrar this all i want to do is burn the game why is this doing this?
- 05-20-2007 #8
What is the full name of the file you are trying to unrar?
- 05-20-2007 #9Just Joined!
- Join Date
- Dec 2006
- Posts
- 97
i open my home folder and its one file its
Silent hill 4 the room.rar
thats it
- 05-20-2007 #10
So the right command would be something like
Code:unrar x "Silent hill 4 the room.rar"


Reply With Quote
