Posted on May 17, 2011 by
Grumpy Bear
What steps will reproduce the problem? 1.Create command > move "%selpaths" "c:\dropbox"
What is the expected output? What do you see instead?
Expected selected file to be moved to target directory. Nothing happened.
What version of the product are you using? On what operating system?
StExBar 1.8.2.316 on Windows XP
Please provide any additional information below.
Comment #1
Posted on May 17, 2011 by Helpful Hippo"move" is not a valid program. You have to invoke cmd.exe or another app to move the file. For example: cmd.exe /c move "%selpaths" "c:\dropbox"
Status: Invalid
Labels:
Type-Defect
Priority-Medium