View Single Post
Old Jun 1st, 2006, 7:25 PM   #9
bl00dninja
Programming Guru
 
bl00dninja's Avatar
 
Join Date: Oct 2004
Location: namespace std
Posts: 1,246
Rep Power: 6 bl00dninja is on a distinguished road
from your initial question, i would have said "write it down on paper, that way your compiler can't touch it"???????????

do you mean using a generic text editor to write programs and compiling them on the command line, or...???

ok, i just read the post again. you want to make an executable file. your borland compiler should create a file called "whatever the fuck you named your program".exe in the .bin folder or somewhere. you can run the program then from there. you can find the directory it's in, copy and paste to your desktop, and double click it there and it will run. or from the original folder. it is already compatible with windows. your IDE or compiler has already done what you wanted, it's just hidden in a file somewhere.
__________________
i put on my robe and wizard hat...

Have you ever heard of Plato, Aristotle, Socrates?...Morons.
bl00dninja is offline   Reply With Quote