I must be an utter idiot but try as I might I can't get the right path to associate with a button, I always end up with the following:
File.Run("AutoPlay\\Docs\\DSSAR.EXE", "", "", SW_SHOWNORMAL, false);
I'm trying to create a CD with multiple directories which use DSSAR.EXE but the EXE does not support "Arguments" or "Paths" so it has to be in the same directories as the images.
No matter what I do the EXE insists on the path being to the "Docs" directory & will only work if I put the images in this directory, while this is a possible work around it doesn't allow for multiple directories which is essential for what I want to do.
I feel like a complete fool as I'm obviously missing a really simple point somewhere! Can some kind soul please point me in the right direction thanks?![]()


