Hi, got a file that needs to be run e.g an execute file abc.exe
so in oder to run the file I use a shell command
Retval= Shell ("c:\abc.exe",1) 'Run abc.exe
What happens when the file is placed in another folder in c:\ but all we know is it's file name only.
Is there another way to find the file and run it.
