Hi, all !
How to start the program in memory ?
Hi, all !
How to start the program in memory ?
Hmm, the obvious answer is to double-click on the EXE, but I am guessing I don't understand your question.
James
Well, I will ask a question on another. Whether it is possible to start the program from a variable ?
cVar = "MYAPP.EXE"
ShellExecute( 0, 0, cVar, 0, 0, 1 )No, I mean such variant
cVrb: = memoread ("myapp.exe")
As I can start the program from a variable cVrb ?
Sorry, I don't know.
EMG
What would you get?
He would want to execute the binary code stored in a variable.
EMG
Dear Natter,
If you are using a table with BLOB field support like ADS for example.
You can save the .exe to that field using AdsFile2Blob() function, export the content with AdsBlob2File() function. Then you can execute the exported binary (.exe).
It's like executing .exe from variable/field.
Just a thought with my 2Cents.
Regards,
FAP
export the content with AdsBlob2File() function. Then you can execute the exported binary (.exe).
http://boxedapp.com/boxedappsdk/
I found a description why it could be useful to execute a exe from memory.
Best regards,
Otto