[Solved] Initial Directory not working in External Tools

0 votes
asked Mar 1, 2013 in Solved by renaatdemuynck (840 points)
recategorized Mar 13, 2013 by ludek.vodicka

When i try to set up an external tool it seems that the Initial Directory property is not working.

These are the settings I used:

Image caption

This is the batch file:

@echo off
echo %1
echo %CD%

This is the output I get:

"C:\Users\admin\ORM Designer projects\Bachelorproeven"
C:\Program Files\OrmDesigner2

You can see that the parameter which is passed (%1) is set correctly but the current directory (%CD%) is not what it should be (they should be the same)

commented Mar 1, 2013 by ludek.vodicka Skipper developer (140,450 points)

I see the same problem here. Thanks for reporting.

commented Mar 1, 2013 by ludek.vodicka Skipper developer (140,450 points)

Found and fixed. Update will be available in the next release.

commented Mar 1, 2013 by renaatdemuynck (840 points)

That was fast :-). Love the software btw.

commented Mar 1, 2013 by ludek.vodicka Skipper developer (140,450 points)

Thanks. We're doing our best ;-).

1 Answer

0 votes
answered Mar 13, 2013 by ludek.vodicka Skipper developer (140,450 points)
selected Mar 13, 2013 by renaatdemuynck
 
Best answer

New version 2.1.10.697 with this feature/bugfix was released.
Please download latest version here http://www.orm-designer.com/download-orm-designer

...