Portable Path and Named Drive not working for me
Posted: 01 Aug 2015 03:42
Simplified: I have a toolbar button that launches the following command:
which gives me the error:
Shouldn't that work using ?: for the drive letter xyplorer is running from?
7-ZipPortable.exe does exist at that path
I'm using the latest version of Xyplorer
I've also tried: which also gives me an error even though I have Support volume labels in paths enabled. What am I doing wrong?
Code: Select all
run "?:\Utilities\7-ZipPortable\7-ZipPortable.exe"
Code: Select all
"The system cannot find the file specified.
File: ?:\Utilities\7-ZipPortable\7-ZipPortable.exe
Parameters:
run
?:\Utilities\7-ZipPortable\7-ZipPortable.exe"7-ZipPortable.exe does exist at that path
I'm using the latest version of Xyplorer
I've also tried:
Code: Select all
run "NamedDrive:\Utilities\7-ZipPortable\7-ZipPortable.exe"