Computer Problems? Computing.Net has over 1,000,000 posts about all things technology related! Over 90% answered within 24 hours! Click here to start participating now! Also, be sure to check out the New User Guide.
how to make a C file into exe file?
Name: Dost Date: February 21, 2002 at 03:10:40 Pacific
Comment:
I want to convert the application made by me to a .exe file but i don,t know how to do it .Plz help me.
Name: mir Shah Date: February 21, 2002 at 04:03:35 Pacific
Reply:
You need a C compiler programme .. do a search for C compilers to have one you like One site is http://www.delorie.com/djgpp/
0
Response Number 2
Name: mir Shah Date: February 21, 2002 at 04:06:47 Pacific
Reply:
You need a C compiler programme .. do a search for C compilers to have one you like One site is http://www.delorie.com/djgpp/
0
Response Number 3
Name: Kenneth Date: February 22, 2002 at 07:17:20 Pacific
Reply:
You're going to need a compiler. My favorite out of the commercial compilers is Microsoft Visual C++, becuase of its unparalelled capabilities, but DJGPP (as above) or any number of other free C compilers (try Dev-C++, i hear it's good) will work as well.
Summary: hi, im trying to make a batch file to type in my AIM password in the AIM Password text box...heres the code that will/won't work.... echo off title Auto log in cls start aim.exe type login.txt pause ...