Replacing running EXE

  • Thread starter Thread starter Jared
  • Start date Start date
J

Jared

System.IO.File.Replace..

"Unable to move the replacement file to the file to be replaced. The file to
be replaced has retained its original name."

Has anyone got easier solution than running temp vbscript.
 
Jared said:
System.IO.File.Replace..

"Unable to move the replacement file to the file to be replaced. The file to
be replaced has retained its original name."

Has anyone got easier solution than running temp vbscript.

I believe it is impossible to delete or replace an EXE that is currently
running. The easiest solution is to terminate the EXE.
 

Ask a Question

Want to reply to this thread or ask your own question?

You'll need to choose a username for the site, which only take a couple of moments. After that, you can post your question and our members will help you out.

Ask a Question

Back
Top