Is there any reason why TC12 will not trigger .exe file from "D:\" partition, while the same exe file is being run properly from "C:\" partition? JS is being used as a scripting language, Win10 OS.
For an istance command:
var rootFolderPath = "D:\\TFS TestComplete\\EMSPREREQUISITES\\AdobeReader";
Sys.OleObject("WScript.Shell").Run(rootFolderPath + "\\" + adobeFilePath.Name);
will throw an error:
"Error The system cannot find the file specified. Error location: Unit: "DVS EMS\Post Elections\Script\PrerequisiteInstallation" Line: 18 Column: 34.
The system cannot find the file specified.
Error location:
Unit: "DVS EMS\Post Elections\Script\PrerequisiteInstallation"
Line: 18 Column: 34."