[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
Re: Apple II file transfer (windows95 settings)
- Subject: Re: Apple II file transfer (windows95 settings)
- From: Phoenyx <quazar@dcnet2000.com>
- Date: 2000/02/04
- Newsgroups: comp.sys.apple2
- Organization: Insync Internet Services, Inc.
- References: <87dpps$ilh$1@nnrp1.deja.com> <BVAm4.1291$Ks4.25344@bgtnsc06-news.ops.worldnet.att.net> <0HEm4.29659$C4.245428@news1.teleport.com>
The difference is the way the different Windows deal with the
hardware. Win3 is just a graphical shell, whereas Win9x is a
32 bit OS on top of DOS. The problem comes from trying to
perform 16 bit functions in a 32 bit environment.
The solution, as mentioned is to boot to a pure Dos mode. It
should be noted, you can set Win 9x to work similarly to the
old Win3 by a simple modification to the msdos.sys file. Just
be aware, the file is set as read-only,system by default, but
it doesn't have to be. Here's the relevant section from one of
my PC's.
[Options]
BootMulti=1
BootGui=0
Logo=0
The line BootGui=0 will boot into Msdos 7, and a value of 1
will boot to Windows GUI. To get to Windows from here, just
type WIN on the command line, just like the old days. BTW, The
Logo=0 will turn off the Windows graphic which you see at start
up.
Phoenyx