Subj : Won't Compile? To : borland.public.cpp.borlandcpp From : "Eli McGowan" Date : Wed Jan 14 2004 01:44 pm I am using Dos and trying to make a simple 'Hello World' file compile. I wrote the file using the following steps C:\MySource>edit hello.cpp //I wrote the program and saved and exited C:\MySource>bcc32 hello.cpp Bad command or file name //And that's where I'm lost! //I've been writing programs and haven't been able to test them //Any help would be appreciated .