I am using shell to open a DOS batch file to run a program.

I can hard code the path to use in the batch file, but, I would prefer to get it from VBA which is getting the Activeworkook.path "\filename". That way the program can be installed differently in at different workstations.

Is there a way to do this?

Thanks