Re: Application that makes EXE



Hi,

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?
ShellExecute just executes other applications like Notepad or any other App.
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



.



Relevant Pages

  • Re: Dont know the word for it but Application Server .exe client
    ... I should mention that it would be trivial to design an .exe that always downloads another ... exe and executes that BUT more and more workstations are being locked down to the point ... interactive video that drives charts, client-side charting, drag & drop, ... Be sure to watch the streaming video to see the many features of the demo. ...
    (borland.public.delphi.non-technical)
  • Re: performance Winxp vs Linux
    ... Re: 'low' CPU consumption ... A benchmark app we use executes in a given time on a new Win2K box. ... Long story short - Under XP, drivers from the motherboard driver CD had ...
    (comp.lang.tcl)
  • Re: C++ altering the wrong class members
    ... > An App Class derived from the Application Class ... > In it's constructor Application instalises m_Params values. ... App then alters some ... > executes, m_Params.title changes but the new value is corrupt ...
    (comp.lang.cpp)
  • Re: reading PDAs device ID
    ... the desktop app executes the win CE program (with command line args to ... tell the CE app which function to run) via RAPI CeCreateProcess() function. ...
    (microsoft.public.pocketpc.developer)
  • Re: Shell and Wait problem
    ... "Alan" ha scritto nel messaggio ... executes a second ... I do know the name of the second exe that is run. ... Dim endProc As boolean ...
    (microsoft.public.vb.winapi)