#5811
bb21
Member

Yutaka wrote:
I don’t know about Borland compiler, but if you just want to run:

C:BorlandBCC55Binbcc32.exe filename

then, you would specify:

Command: C:BorlandBCC55Binbcc32.exe
Arguments: $(Path)
Initial Directory: $(Dir)
Icon Path: C:BorlandBCC55Binbcc32.exe (or anything you want)
Check Save File
Check Use OutputBar

Please let me know if you have further questions.

Thank for your help! It work if the .cpp file is saved and the location is in my C: drive.

However, if I saved the file at the desktop. The output message will show that:

Borland C++ 5.5.1 for Win32 Copyright (c) 1993, 2000 Borland
Error E2194: Could not find file ‘C:Documents.cpp’
Error E2194: Could not find file ‘and.cpp’
Error E2194: Could not find file ‘SettingsAdministratorDesktop1.cpp’

Why this problem occurred? And how can I solve this problem whatever the file in any location?

In addition, how can I set a shortcut key for this action.

Thank you very much!