Hiding The Console Window

Hi,

Im coding using Borland C++ 5.02 using Glut and I cant figure out how to hide the console window. Anybody able to tell me how?

Thanks
Russell

Try using the API function, FreeConsole();

Thanks man, worked perfectly