I'm trying to understand a problem I have encountered several times now (i have a workaround but it bugs the hell out of me).
Basic problem is that a given .exe file runs fine or not depending on how its started:
works if you do it graphically (click to folder, dubbelclick the .exe)
does not work if you do it from dos (cd to folder, execute the exe)
works from dos if you create a shortcut to the exe and execute the lnk file. When the program doesnt run it complains about not being able to find dll's.
works if you run it with the path to the exe from the runas dialog
I've seen this same problem before with different programs on windows-xp, but the one I currently ran into it with is 'smart response' downloaded from http://www.smarttech.com/us/Support/Browse+Support/Download+Admin+Software/Software/SMART+Response+Software/SMART+Response+Software/SMART+Response+2010+software+SP1+for+Windows
Is anyone able to shed a light on the root cause of this?