On 2009/12/03 17:17 (GMT-0800) Ray Davison composed:
> The only time I ever got Linux to install on a drive that already had an
> OS, it only installed when I gave it a primary partition.
That is an installer limitation, not a Linux limitation. Pick a more
competent distro and that apparent limi
Maybe someone knows why if I do "system("c.bat");" from a c++ program, and
'c.bat' does a 'copy' command, it works right, and control returns to the
c++ program; but if the bat does an 'xcopy' command, the command executes
properly,
but does not return to the c++ program, and in fact hangs. I then