LinuxQuestions.org

LinuxQuestions.org (/questions/)
-   Linux - General (https://www.linuxquestions.org/questions/linux-general-1/)
-   -   extracting .bin (https://www.linuxquestions.org/questions/linux-general-1/extracting-bin-23300/)

conscience 06-13-2002 12:51 AM

extracting .bin
 
I downloaded the new half life dedicated server patch 1.5, its a .bin file...how would i go about extracting/installing it? :confused:
:newbie:

MasterC 06-13-2002 03:16 AM

Usually it's ./patchfileorprogramfilename.bin Or if that isn't working a sh filename.bin might work. No sure about the patch file for that though.

dorward 06-13-2002 05:16 AM

.bin files are often executables.

Code:

chmod +a file.bin
./file.bin


conscience 06-13-2002 11:26 AM

thank you


All times are GMT -5. The time now is 06:00 AM.