Metspitzer wrote:
> I am 51 and disabled, but I have always wanted to learn C. I have
> always wanted to get the student discount on Windows. I notice that
> the deal is for an upgrade. I want to build a machine so I am not
> able to upgrade.
>
> What is the best way to get Windows 7?
>
> Also, my current machine has Windows 7 Home Premium. I already
> discovered that I am limited in two ways. The first is not being able
> to back up to a network drive and the second is not being able to run
> in Win XP mode. Is the student copy what ever the unrestricted
> version is?
Are you sure you can't come up with a way to do a backup,
without the build-in backup function ? I'm not an expert on
backup software, and haven't reviewed them. But take a look
around, and it's possible you can find a replacement more
to your liking.
http://www.macrium.com/ReflectFree.asp
Not having a WinXP mode is a nuisance, but the pricing
of the different Windows 7 versions, makes it more like
buying an OS, when you buy a high enough version to get WinXP
mode.
You say you've always wanted to learn C. If you use one of the
tools Gene suggested (virtual machine software), combined with
a free Linux distro, you get a GCC compiler with that. And it's
a perfectly good environment for writing C programs. With a virtual
machine, you're running two OSes at the same time. (Windows 7
is your host, while the Linux OS would be a "guest" in the virtual
machine.)
An important feature in a virtual environment, would be desktop
integration. For example, drag and drop of files from one environment
to the other, is pretty important. And having the copy/paste buffer
work between environments is also important. When I use Linux
in VPC2007, those features are broken. But it's possible another
brand of virtual machine, does a better job of that.
The mere process of getting around the limitations placed on
you by Microsoft, is an education in itself :-)
Paul