Hey everyone,

While technically not a C programming question I wondered if you guys had any ideas about the solution to a problem I'm having. I'm currently in the process of installing a new compiler (djgpp). I've followed their installation instructions yet every time I go to compile (i.e type into DOS gcc hello.c -o hello.exe) I get this error:

Code:
16 bit MS-DOS Subsystem

C:\WINDOWS\system32\cmd.exe - gcc hello.c -o hello.exe
C:\WINDOWS\SYSTEM32\AUTOEXEC.NT.  The system file is not suitable for running MS-DOS and Windows applications.
Have I missed something REALLY obvious?

Cheers,

T