Subj : Re: Won't Compile? To : borland.public.cpp.borlandcpp From : "Eli McGowan" Date : Mon Jan 19 2004 08:07 am maeder@glue.ch (Thomas Maeder [TeamB]) wrote: >"Eli McGowan" writes: > >> 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 > >There seems to be a contradiction. DOS was 16bit, but bcc32 is for 32bit >programs. > >So please elaborate: > >- Which version of Borland C++ are you using? >- Where on your disk did you install it? >- Do you mean "DOS" when you write "Dos", or do you want to create a > console program to be launched from the Windows command prompt? Or > something different? I am using Borland C++ compiler 5.5. It is saved in my C drive. I followed the instructions on the borlad help page ( http://community.borland.com/article/0,1410,21205,00.html ). Using these instructions I go to the Start Menu and click 'Run". I enter 'command' and it brings up 'MS-DOS Prompt', then I type the information given in my first post. ( Thanks for the quick response ) .