From owner-freebsd-questions@FreeBSD.ORG Sun Jan 6 15:03:49 2008 Return-Path: Delivered-To: freebsd-questions@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id 2832416A468 for ; Sun, 6 Jan 2008 15:03:49 +0000 (UTC) (envelope-from bitabyss@gmail.com) Received: from cartman.xxiii.com (cartman.xxiii.com [208.62.177.45]) by mx1.freebsd.org (Postfix) with ESMTP id C8FF713C461 for ; Sun, 6 Jan 2008 15:03:48 +0000 (UTC) (envelope-from bitabyss@gmail.com) Received: from [192.168.1.23] (adsl-068-209-177-221.sip.ard.bellsouth.net [68.209.177.221]) by cartman.xxiii.com (8.13.8/8.13.8) with ESMTP id m06F3kBN058107; Sun, 6 Jan 2008 10:03:47 -0500 (EST) (envelope-from bitabyss@gmail.com) Message-ID: <4780EDE2.30801@gmail.com> Date: Sun, 06 Jan 2008 10:04:02 -0500 From: Rob User-Agent: Thunderbird 1.5.0.14 (Windows/20071210) MIME-Version: 1.0 To: Chris Whitehouse References: <47800E4B.8000302@onetel.com> In-Reply-To: <47800E4B.8000302@onetel.com> Content-Type: text/plain; charset=ISO-8859-1; format=flowed Content-Transfer-Encoding: 7bit Cc: freebsd-questions@freebsd.org Subject: Re: unpack win32 exe file X-BeenThere: freebsd-questions@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: User questions List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sun, 06 Jan 2008 15:03:49 -0000 Chris Whitehouse wrote: > I have a Windows executable file (.exe) which in a Windows environment > would be run to extract some files which it contains. Is there any way > I can extract the files on my FreeBSD system? I've tried unzip, gunzip > and archivers/upx with various extensions, zip, exe, gz etc but they all There are many types of self-extracting archive files under windows. If it's one that's based on PKZip, then there's a good chance you could get it with 7-Zip: http://www.7-zip.org/ Otherwise, you need a windoze system or emulator I suspect. -Rob