Thread: BC++ FreeCommandLine Tool Problem

  1. #1
    Registered User
    Join Date
    Jul 2002
    Posts
    85

    BC++ FreeCommandLine Tool Problem

    How can I specify the output path of *.exe?

  2. #2
    and the hat of int overfl Salem's Avatar
    Join Date
    Aug 2001
    Location
    The edge of the known universe
    Posts
    39,656
    Did you RTM?

    Say
    bcc32 /?

    Or
    bcc32 -help

    Or....

  3. #3
    Registered User
    Join Date
    Jul 2002
    Posts
    85
    That means after compiling any program, the exe file is always at C:\Borland\bcc\BIN
    But I don't to change it to C:\MyCode

    Then what should I do ?

  4. #4
    and the hat of int overfl Salem's Avatar
    Join Date
    Aug 2001
    Location
    The edge of the known universe
    Posts
    39,656
    Mmmm

    cd C:\MyCode
    bcc32 prog.c

    Hows that?

    Lemme guess, C:\Borland\bcc\BIN isn't in your PATH
    Back to RTM

  5. #5
    Registered User
    Join Date
    Jul 2002
    Posts
    85
    what is RTM?

  6. #6
    ....
    Join Date
    Aug 2001
    Location
    Groningen (NL)
    Posts
    2,380
    >what is RTM?

    I guess it has something to do with manuals and reading.

  7. #7
    Registered User
    Join Date
    Jul 2002
    Posts
    85
    Yes, I've read through the manual about bcc32. but I found nothing

  8. #8
    Unregistered
    Guest

    /o

    did you try /o or /o or something ?

  9. #9
    End Of Line Hammer's Avatar
    Join Date
    Apr 2002
    Posts
    6,231
    Read The Manual .... or a good web page.
    When all else fails, read the instructions.
    If you're posting code, use code tags: [code] /* insert code here */ [/code]

Popular pages Recent additions subscribe to a feed

Similar Threads

  1. A question related to strcmp
    By meili100 in forum C++ Programming
    Replies: 6
    Last Post: 07-07-2007, 02:51 PM
  2. Laptop Problem
    By Boomba in forum Tech Board
    Replies: 1
    Last Post: 03-07-2006, 06:24 PM
  3. Replies: 5
    Last Post: 11-07-2005, 11:34 PM
  4. binary tree problem - help needed
    By sanju in forum C Programming
    Replies: 4
    Last Post: 10-16-2002, 05:18 AM
  5. problem with output
    By Garfield in forum C Programming
    Replies: 2
    Last Post: 11-18-2001, 08:34 PM