Re: Application that makes EXE
- From: "Nobody" <Nobody@xxxxxxxxx>
- Date: Tue, 7 Aug 2007 16:53:36 -0700
Hi,
I would like also to clarify Nobody's idea. Can you give me moreShellExecute just executes other applications like Notepad or any other App.
details about using the ShellExecute command?
How can I make an EXE out of it?
It doesn't make Exe's, it just executes apps.
The other chat was about it not returning a value to know if it worked or not.
Like I was saying with Shell Execute, you could have some generic window that performs certain tasks based on command line switches.
Then use it like you would use a DOS window.
C:\MyApp.exe -r -e -f -g "Some File"
HTH,
"dacky" <harvey.daclan@xxxxxxxxx> wrote in message news:1186449229.214139.196060@xxxxxxxxxxxxxxxxxxxxxxxxxxxxxxx
Hello there thank you all for your ideas. I would just like to clarify.
the issue.
What i like to do is just analogous to making a self extracting file.
This file is
an .EXE(PE) of course and when you execute it it performs a certain
task with its data
on it like extracting the data on the current directory.
For example:
Contents of PE:
<Command / Function> <Image Data + Meta Information>.EXE
Description and Example:
<Command / Function> - Any function as long as when the exe file is
executed it will be invoked. For example a DOS copy command. The
function maybe like this
copy image.bmp z:
<Image Data + Meta Information> - Example is image.bmp plus settings
I hope this is understandable.
I would like also to clarify Nobody's idea. Can you give me more
details about using the ShellExecute command?
How can I make an EXE out of it?
Thanks
- References:
- Application that makes EXE
- From: dacky
- Re: Application that makes EXE
- From: Nobody
- Re: Application that makes EXE
- From: dacky
- Application that makes EXE
- Prev by Date: Re: Custom Control - Notifcation Messages
- Next by Date: Re: Give up MFC???
- Previous by thread: Re: Application that makes EXE
- Next by thread: Re: Application that makes EXE
- Index(es):
Relevant Pages
|