In my VFP9 application I use yy='explorer /e,/select, '+x2 where x2 is a
variable folder. Then I issue RUN /N &yy. I would like to know if there is
another way of invoking the explorer and have it open a given folder. I ask
because my whole application runs with impersonation, that means that the
user behind running the application is not the same as the Windows user.
With that impersonation my command described above does not do anything. It
doesn't give an error, but it does not open any explorer, nothing.
TiA
Walter