answersLogoWhite

0

How do you call an exe file in c source code?

Updated: 8/18/2019
User Avatar

Wiki User

13y ago

Best Answer

system, exec*, spawn*, CreateProcess, ShellExecute...

User Avatar

Wiki User

13y ago
This answer is:
User Avatar

Add your answer:

Earn +20 pts
Q: How do you call an exe file in c source code?
Write your answer...
Submit
Still have questions?
magnify glass
imp
Related questions

How do you convert .c extension to .exe?

To convert source code (.c file) to an executable (.exe) file you have to use a compiler, which is a translator of source code to machine code.


How do you compile php code?

If you are looking to create an executable (.exe) file on windows then I highly recommend this program to compile your php source code to an exe file.


What is exe file?

An exe file is an executable file .It may or may not be a virus. It could also be a harmless program file. You would need to run an exe file through virus total to find out if it is malicious. An exe is produced by compiling source code into object code then linking it into machine code and writing that to the exe file. Exe is short for executable and is the extension for an application on Win 32


How do you create .exe file in c plus plus?

You can create an exe-file from your C++ source, if you have a compiler.


What is the difference between exe and class files?

in .exe file it contains machine understandable code. but in .class file it contain only byte code which is not understadable by the microprocessor it will understud by the jvm only . we con't execute .class file without jvm . but we can execute .exe file without c-compiler .


How you i can convert .exe file to .jpg file?

This is not really possible, since .exe is a program. You could take a screenshot of the running program or of the code, but the exe itself cannot be converted.


How do you convert c exe to source code?

Not possible.


Where is the source of the exe?

Exe Head is the source of the River Exe.


How do you create an auto executable file?

whenever the program is compiled by the compiler,a .exe file is formed.here u can find the out put.but a .dll file is formed when a application logic is build to form a component,which can b a part of a .exe file.i mean to say .dll can't produce a out put,but can b used by a application,and after compilation form a .exe file. == A linkage editor will do the trick (often integrated with the compiler). How to create an EXE file If you want to launch Gentee programs as exe files, then use the ge2exe program. It allows to create an .exe file from a source file (.g file) or a compiled bytecode (.ge file). Such .exe file is executed without any extra modules. It can be useful, when you wish to use the program on other computers. GE files are created when compiling programs in Gentee. ge2exe.exe [switches] <source file> [output file] switches - options. You can specify the following options: -e - launch the .exe file after creation. -d - do not include gentee.dll to the created .exe file. In this case, for launching the program gentee.dll is required. This option may be useful if you have several programs in one directory. -w - wait for keystroke after the .exe file is created. -i - link .ico file. It must be the next argument. -i "c:\data\myicon.ico" -r - link .res file. It must be the next argument. -r "c:\data\myres.res" -c - make a console application. Default for .g and .ge files. -g - make a gui application. Default for .gw and .gwe files. source file is a required parameter, and should point the name of the file with bytecode or source code. The following extensions are supported: .G, .GW, .GE, .GWE . output file is an accessory parameter, in which you can point a name for the created .exe file. By default, if this parameter is not specified, the executable will have the same name as the source file, but with extension exe. ge2exe.exe -r myapp.ge ge2exe.exe myapp.ge c:\output\app.exe


Where is the source of river exe?

Exe Head is the source of the River Exe.


How can create a exe file in c?

An 'exe' extension file is created by a compiler that translates source code to machine code, usually in a Windows environment. An executable program can open any file (including other executable files) by using the standard file API calls with a binary open option. Unless you are doing something very specific with executable files it doesn't make much sense to read in an executable file from another executable file or program.


How do you convert a exe file to a txt file?

You can't convert an exe file to a txt file.