-
I'm sorry. This is a very newbie question. This is my linecode.
Kill "C:\Archivos de programa\CapCont\CapCont.exe"
Of course I'm sure the path and filename are correct and the app is not executing but, i get an error:
Run-time error '75':
Path/File access error
Any idea about it?
-
It means that the file is in use. Are you trying to Kill the file which is running, or you want to Kill your program itself??? If you're trying to kill your own program, then the answer would be: You can't do it.
-
Full path?
If previous answer don't work, try to write the short path:
Kill "c:\archiv~1\etc.etc."
May be it works?
Saludos!
-
I want to apologize for this mistake. THe app wasen't in the task bar but, for some strange reazon it was in the tasklist.
Thanks for all by anyway. Good look!