Hi All

I’ve been thinking for a while how badly I would like the Studio to start a Windows Explorer, from the Tools menu, in the current workspace directory.


Although there are keywords, such as <workspace>, they all link to files, not directories.

Today I decided that there must be a way to tackle this and save myself heaps of time…

I created a Batchfile and named it ExploreDir.Bat with the content:
Code:
%SystemRoot%\explorer.exe "%~dp1"


Then create in the Studio via Tools-Configure Tools Menu, and entry:
‘Workspace Directory’
‘ExploreDir.bat <workspace>’

If your ExplorerDir.Bat is not in a path (eg c:\windows\system32), you will need to provide the full path here (eg 'c:\Utils\ExploreDir.Bat <workspace>'.

And hastalapasta its done!!! Start saving some time!!!