I am using the ShellExecute command to run a self extracting executable. When the executable is finished another folder is created with the same name as the executable with a couple of text files inside. I am then trying to append these text files to a foxpro table. The problem is that when I use the append command right after the ShellExecute it says the directory just created does not exist.
But if I run the ShellExecute in one foxpro program. Then run another program the append works just fine. What am I doing wrong?
Thanks.
But if I run the ShellExecute in one foxpro program. Then run another program the append works just fine. What am I doing wrong?
Thanks.