X-Authentication-Warning: delorie.com: mail set sender to djgpp-bounces using -f X-Received: by 10.182.113.227 with SMTP id jb3mr35517598obb.31.1419627487681; Fri, 26 Dec 2014 12:58:07 -0800 (PST) X-Received: by 10.140.85.231 with SMTP id n94mr914qgd.32.1419627487565; Fri, 26 Dec 2014 12:58:07 -0800 (PST) Newsgroups: comp.os.msdos.djgpp Date: Fri, 26 Dec 2014 12:58:07 -0800 (PST) In-Reply-To: <1feb7664-9b56-4437-a44e-3e89563bbd64@googlegroups.com> Complaints-To: groups-abuse AT google DOT com Injection-Info: glegroupsg2000goo.googlegroups.com; posting-host=2.162.200.191; posting-account=v5xbdQoAAAAOGc9Ccc-kLZyobvPlN3Qr NNTP-Posting-Host: 2.162.200.191 References: <1feb7664-9b56-4437-a44e-3e89563bbd64 AT googlegroups DOT com> User-Agent: G2/1.0 MIME-Version: 1.0 Message-ID: <508d93ac-1016-4a26-8f30-8bef20664e00@googlegroups.com> Subject: Re: DOS4WIN64 - DJGPP programs on Windows 7/8 From: Georg Potthast Injection-Date: Fri, 26 Dec 2014 20:58:07 +0000 Content-Type: text/plain; charset=ISO-8859-1 X-Received-Bytes: 2210 X-Received-Body-CRC: 2350351893 Bytes: 2453 Lines: 22 To: djgpp AT delorie DOT com DJ-Gateway: from newsgroup comp.os.msdos.djgpp Content-Transfer-Encoding: 8bit X-MIME-Autoconverted: from quoted-printable to 8bit by delorie.com id sBQLF2Wn018552 Reply-To: djgpp AT delorie DOT com Errors-To: nobody AT delorie DOT com X-Mailing-List: djgpp AT delorie DOT com X-Unsubscribes-To: listserv AT delorie DOT com Precedence: bulk No, this are not dumb questions. Just valid questions of a user testing the package ;-) 1. I do not know how big your program is, but a .com program should be small. You can add it to the metados.img file using the UltraISO editor. A test version of this editor is sufficient for that. You just open the metados.img file in UltraISO and add your program file to the metados.img file. When you run MetaDOS within DOS4WIN64, you can run your program from the command line. If you need more space you can make a bigger image file with the included qemu-img.exe utility. 2. Qemu features a VVFAT file system to exchange files to an NTFS disk. A bit of information about that you will find here: http://en.wikibooks.org/wiki/QEMU/Devices/Storage You will find more information in the Qemu manual. DOS should recognize the VVFAT disk as a hard disk and let you read and write to it -> if everything is configured correctly. Georg