gavioto / stexbar

Automatically exported from code.google.com/p/stexbar
0 stars 1 forks source link

How to Make Command Work #162

Closed GoogleCodeExporter closed 9 years ago

GoogleCodeExporter commented 9 years ago
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.

Original issue reported on code.google.com by gudupisr...@gmail.com on 17 May 2011 at 5:27

GoogleCodeExporter commented 9 years ago
"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"

Original comment by tortoisesvn on 17 May 2011 at 5:33