X-Authentication-Warning: delorie.com: mail set sender to djgpp-bounces using -f X-Received: by 2002:a0c:80c3:: with SMTP id 61mr1791774qvb.13.1599612114746; Tue, 08 Sep 2020 17:41:54 -0700 (PDT) X-Received: by 2002:a25:afc3:: with SMTP id d3mr2373605ybj.440.1599612114520; Tue, 08 Sep 2020 17:41:54 -0700 (PDT) Newsgroups: comp.os.msdos.djgpp Date: Tue, 8 Sep 2020 17:41:54 -0700 (PDT) In-Reply-To: <02ff2b2c-8008-dcf8-2b75-512931dba683@gmx.de> Complaints-To: groups-abuse AT google DOT com Injection-Info: google-groups.googlegroups.com; posting-host=89.177.32.144; posting-account=Q0wMHAoAAADjYrghh94FTf6YnbpTqZgp NNTP-Posting-Host: 89.177.32.144 References: <20f9fc4e-bfab-c2af-38e8-c6a108555165 AT iki DOT fi> <693b6f14-7090-c696-4203-afc929670c0b AT gmx DOT de> <15faa9ee-c4e8-48d2-9a9b-d1de565cf690n AT googlegroups DOT com> <02ff2b2c-8008-dcf8-2b75-512931dba683 AT gmx DOT de> User-Agent: G2/1.0 MIME-Version: 1.0 Message-ID: <0d59ca41-aa86-4439-a8ce-fdc9fca91613n@googlegroups.com> Subject: Re: [OT] Win98 SE and MS Installer 2.0 From: "RayeR (rayer314 AT gmail DOT com) [via djgpp AT delorie DOT com]" Injection-Date: Wed, 09 Sep 2020 00:41:54 +0000 Content-Type: text/plain; charset="UTF-8" Bytes: 2133 Lines: 14 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 0891UFMc006628 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 BTW 2 things to try on new OS: 1) DJGPP crosscompiler https://github.com/andrewwutw/build-djgpp/releases you can then run native DJGPP compiler even from 64-bit Windows, Linux, MasoX... 2) NTVDMx64 http://windows98.xf.cz/#NTVDMx64 This allows you to run DOS programs from Windows 64-bit console as you was used to in NTVDM ini 32-bit Windows. This new build supports also DOS/DPMI programs but it's still experimental and unstable. It's many times faster in compiling than DOSBOX but still slow due to full CPU emulation. The advantage is easy to use, you don't need launch any emu/VM, you can access all disks, call dos program from batch file mixed with win32 console apps, redirect in/out, pipe streams...