Error 267 opening pipe to PLUMB.EXE (TP 7.0.9 on Win7 64bit)
Posted: Fri Sep 06, 2013 5:30 pm
I've been using TP forever, but this is the first time I've tried to run an external tool. If I configure the following tool in preferences, it works correctly:
But if I try to tun it with the Tools / Run... command, it fails:
With or without the DOS Command option checked, it always returns:
It does not appear to be handling the embedded space in the command or directory paths correctly in spite of the double quotes. Error 267 is ERROR_DIRECTORY: The directory name is invalid.
Code: Select all
"C:\Users\IBM_ADMIN\Documents\Sandbox\Visual Studio Projects\rndpw\Debug\rndpw.exe" 12 12Code: Select all
Command: "C:\Users\IBM_ADMIN\Documents\Sandbox\Visual Studio Projects\rndpw\Debug\rndpw.exe"
Parameters: 12 12
Initial folder: "C:\Users\IBM_ADMIN\Documents\Sandbox\Visual Studio Projects\rndpw\Debug"Code: Select all
Error 267 opening pipe to PLUMB.EXE