I think this is my lucky day!! (again)
I am a member at the VFP forum and this is my first question in this forum. Any help will be helpful.
Because of some special features in the xcopy/xcopy32 DOS command, I use it in one backup application. I was able to run the command in the way I wanted (Using WinExec api function). Since it's a command I use to copy the contents on several folders I'm forced to do many calls through the WinExec, one for each directory. The problem I haven't been able to solve is that in Win98 every time I run it, a copy of WinOldAp is created and left on memory (I suppose, because if I press CTRL+ALT+DEL I can see a list of WinOldAp, one for each folder).
Of course, I could go to CTRL+ALT+DEL and "END TASK" each one manually, which is imposible because the application is running in a dedicated machine and runs twice a day automatically, meaning there is no user interaction with the application.
Is there a way to end the processes using API calls?
Thank you all
Rianeiro Miron
rianeiromiron@yahoo.com