answersLogoWhite

0


Best Answer

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

User Avatar

Wiki User

15y ago
This answer is:
User Avatar

Add your answer:

Earn +20 pts
Q: How do you create an auto executable file?
Write your answer...
Submit
Still have questions?
magnify glass
imp
Related questions

What is another name for executable file?

an executable file is a file that is extended longer


Is Excel an executable file?

The main Excel program file (excel.exe) is an executable file, but the workbooks it creates are not executable files.


Explain executable versus non-executable files in DOS?

difference between executable file and non-executable file in dos


How do you make game maker games turn into an app?

In the top tab, click- File/Create Executable.


Which is not executable file TXT BAT COM EXE?

BAT is not an executable file in windows.


EXE is executable file?

exe is a common filename extension denoting an executable file


How do open a mp3 executable file?

An MP3 file should not be executable unless it is a malicious file. Don't open it.


Does alg exe represent an executable file?

Putting '.exe' after a file name means that it is an executable file. This means that it is a program that can run by its self. So, yes, exe does represent an executable file.


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 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.


Is Need for Madness from arcde town a .zip file or a .exe file?

An exe file, a windows executable file. There is no zip file for it as far as I know, also arcade down did not create need for madness, radical play did.


What is a COM file?

COM file is a simple type of executable file.