- Sep 2, 2004
- 2,946
- 0
- 0
I just got a new compiler and I am trying to be able to run it from the command prompt inside where my .c and .h files are. I think i have to set it as a environmental variable or something but I dont know how.
The executable is bcc32.exe and I want to be able to compile from any folder
example:
C:\windows\desktop\project1\> bcc32 main.c ops.c func.c
Thanks in advance
The executable is bcc32.exe and I want to be able to compile from any folder
example:
C:\windows\desktop\project1\> bcc32 main.c ops.c func.c
Thanks in advance