How do you make a bat or cpp file into an exe? Do you just save it as an exe (which i doubt) or is there some process?
Has this ever happened to you??
A bat file is already executable. A bat file is a batch file and is actually a script of instructions the OS carries out.
A .cpp file is C++ source code. To make it into an EXE file you will need to compile it with a compiler like Visual C++ or borland C++ complier, depending.
Subscribe to:
Post Comments (Atom)
No comments:
Post a Comment