exe file question

  • Thread starter Thread starter Kid
  • Start date Start date
K

Kid

Hi

Can I attach data at the end or middle of exe file , is there some good tool
or sample ?

Can I delete exe file by its process , will it be locked , is it possible to
write some function in process to remove the running exe itself and its
folder after process end ?
 
Wrong newsgroups.
If the data you want to attach is resources, there's win32 API to do this.

Regards,
--PA
 
Define "data". You can use BeginUpdateResource/EndUpdateResource/UpdateResource.

There are a number of methods of deleting executables that are running, and some folks in
this newsgroup have answered this; you might also try a google search of the archives.
joe

Hi

Can I attach data at the end or middle of exe file , is there some good tool
or sample ?

Can I delete exe file by its process , will it be locked , is it possible to
write some function in process to remove the running exe itself and its
folder after process end ?
Joseph M. Newcomer [MVP]
email: (e-mail address removed)
Web: http://www.flounder.com
MVP Tips: http://www.flounder.com/mvp_tips.htm
 
Back
Top