I have configured a couple of tools for opening files. I'm using the %n subsitution variable to open either a log file with the same name different extension as the program file I have open, or a PDF. The commands look like this:
"C:\Program Files\IDM Computer Solutions\UltraEdit-32\uedit32.exe" c:\temp\%n.log
"C:\Program Files\Adobe\Acrobat 7.0\Reader\AcroRd32.exe" c:\temp\%n.pdf
I've been doing this same thing for years, but on the current (to me) version 12.00+3 I get "The system cannot find the path specified" error, and then the file in question is opened properly.
Very strange behaviour, as obviously the system can find the file, and the program to launch. I have removed the c:\temp\%n.pdf portion of the command line from the acrobat launch, and it still reports the error, and still opens the reader.
"C:\Program Files\IDM Computer Solutions\UltraEdit-32\uedit32.exe" c:\temp\%n.log
"C:\Program Files\Adobe\Acrobat 7.0\Reader\AcroRd32.exe" c:\temp\%n.pdf
I've been doing this same thing for years, but on the current (to me) version 12.00+3 I get "The system cannot find the path specified" error, and then the file in question is opened properly.
Very strange behaviour, as obviously the system can find the file, and the program to launch. I have removed the c:\temp\%n.pdf portion of the command line from the acrobat launch, and it still reports the error, and still opens the reader.