Hey,

Im running 2K and am trying to do

Kill (App.Path & "\file.exe")
Name App.Path & "\filebackup.exe" As App.Path & "\file.exe"

now the file im trying to kill is the file that is running,
and because it's in memory it gives me a File Access error,
is there any way of doing this in the program or will i have
to make another program to kill it, when file.exe is not in memory?

Thanks,
MusixMan