Thread: bcc32 not recognized as an internal or external command operable program or .bat file

  1. #1
    Registered User
    Join Date
    Sep 2011
    Posts
    9

    bcc32 not recognized as an internal or external command operable program or .bat file

    Ok. I know you guys probably don't like dealing with dumb..........es like myself, but i really want to learn how to do this ,and i cant get into school right now. So, please please please help me again. I am now able access my bcc55 file from command prompt, but now my bcc32 file isnt showing up. This is what i was working on to test my compiler.

    Code:
      #include <iostream.h> 
      int main(void) 
      { 
       cout << "Hello." << endl; 
       return 0; 
      }
    Now, compile the program to create an executable:
    10. Type "bcc32 hello.cpp"

    When i typed in bcc32 hello.cpp i was notified that bcc32 was not recognized as an internal or external command operable program or batch file.

  2. #2
    and the hat of int overfl Salem's Avatar
    Join Date
    Aug 2001
    Location
    The edge of the known universe
    Posts
    39,659
    Cprogramming.com FAQ > Obtaining and setting up the Borland 5.5 compiler
    Did you do step 2 - setting up the PATH environment variable
    If you dance barefoot on the broken glass of undefined behaviour, you've got to expect the occasional cut.
    If at first you don't succeed, try writing your phone number on the exam paper.

Popular pages Recent additions subscribe to a feed

Similar Threads

  1. How to replace external file with internal string Array ?
    By sharris in forum C++ Programming
    Replies: 4
    Last Post: 02-21-2011, 09:34 PM
  2. internal/external linkage
    By Tool in forum C++ Programming
    Replies: 6
    Last Post: 08-03-2010, 02:41 PM
  3. internal/external linkage
    By MarkZWEERS in forum C++ Programming
    Replies: 1
    Last Post: 07-29-2008, 03:34 AM
  4. Replies: 5
    Last Post: 06-07-2007, 01:41 PM
  5. Change Directory as an Internal Command!
    By slevytam in forum C Programming
    Replies: 4
    Last Post: 01-31-2005, 05:36 PM