start FireFly using "shell"

Started by Heinz Grandjean, March 16, 2013, 08:44:45 AM

Previous topic - Next topic

Paul Squires

I noticed that you are not CHDIR to the Release folder in your code. The Resource statement is not fully path qulaified (like Eddy said) so you need to be in the Release folder before executing your SHELL statement.

Something like this:

CHDIR "D:\ESTWGJ_QUELL\PBWin10_Prj\ESTWGJ_DLL_V6\IsoLaenge\release\")
SHELL strExe, 0 EXIT TO lExeReturn
' change back to previous folder if necessary.
Paul Squires
PlanetSquires Software

Heinz Grandjean

That does the job!
Thank you very much , gentlemen.

Please allow me again one additional question:
Where can one find that information to change the directory before "shell" ???

Heinz Grandjean