Subj : Compile and Link To : borland.public.cpp.borlandcpp From : Magix Date : Mon Oct 04 2004 04:36 pm I'm new to Borland Dos Compiler, I want to ask about Compiling into Object file and Link to create EXE file. If I have several C source files, and some own library files, what detail command option should I use to compile and link to create an EXE file, namely abc.exe. let say, source1.cpp, source2.cpp, source3.cpp, lib1.cpp, lib2.cpp Examples will be great. please advise. .