| Author |
Message
|
| russeldridge517 |
Posted: Mon Apr 28, 2008 11:34 am Post subject: Creating directory and extracting files |
|
|
Forum Freshman

Joined: 27 Apr 2008 Posts: 1 Location: Knoxville, TN
|
I have downloaded a program and it says to create a directory and extract files. Can somebody tell me how to create a directory and extract files _________________ Russ Eldridge |
|
| Back to top |
|
 |
| SuperNatendo |
Posted: Fri May 02, 2008 1:12 pm Post subject: |
|
|
 Forum Masters Degree

Joined: 10 Dec 2007 Posts: 518 Location: Nashville, TN USA
|
What operating System? If it is windows, to create a directory is the same as making a folder, extracting refers to decompressing a compressed file in some format or other. if it is .zip, .rar, .7z u can download 7zip (just google it) to extract it to the directory (ie. Folder) of your choice. _________________ “It’s no wonder that truth is stranger than fiction. Fiction has to make sense.” - Mark Twain |
|
| Back to top |
|
 |
| Ryon |
Posted: Wed May 07, 2008 2:48 pm Post subject: |
|
|
 Forum Freshman

Joined: 06 May 2008 Posts: 56 Location: Virginia
|
If it is Linux, you can just do this:
| Code: |
mkdir directory #make the directory
cd directory #were we are going to extract
tar -xf ../file.tar |
But please, be more specific  _________________ My avatar looks like a vagina! |
|
| Back to top |
|
 |
| CShark |
Posted: Thu May 08, 2008 4:00 pm Post subject: |
|
|
 Forum Sophomore

Joined: 08 May 2008 Posts: 169 Location: East Coast of Canada
|
If you cannot create a directory (folder) or extract a zip or rar file, I suggest finding a good book on win basics. It's amazing how many people have no idea how the rudiments work! (shaking head)  |
|
| Back to top |
|
 |
|
|