rdsteed / pyscripter

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

set $[SelectedDir] as working directory of external tool,does not work #799

Open GoogleCodeExporter opened 9 years ago

GoogleCodeExporter commented 9 years ago
What steps will reproduce the problem?
1.Tools->Configure Tools->add
2.set values
name:test
application:%COMSPEC%
workingdirectory:$[SelectedDir] 
capture output:unchecked
hide console:unchecked

4.select directory in file explorer/project explorer
3.Tools->Tools->"test"

What is the expected output? What do you see instead?

currentdirectory in cmd is "D:\Program Files (x86)\PyScripter".
it's not the directory i selected.

What version of the product are you using? On what operating system?
python3.4
pyscriptor2.6.0.0x86
Windows8.1pro

Please provide any additional information below.

Original issue reported on code.google.com by tripod...@gmail.com on 17 Jun 2015 at 11:54