I've got a weird thing going on here.
I've created a simple B4J app with three buttons that run other apps via a Shell, plus a fourth "Quit" button.
Two of the app buttons work fine, calling Shell like this:
One of the app buttons does not work. I have confirmed that the app it is calling does run normally from a Windows Explorer window (i.e., when double-clicking the .exe file).
Any clue as to why one of the apps would fail to run while the other two run successfully?
I've created a simple B4J app with three buttons that run other apps via a Shell, plus a fourth "Quit" button.
Two of the app buttons work fine, calling Shell like this:
B4X:
Dim shl As Shell
shl.Initialize("shl", "C:\Users\FOADDEV\Programs\HTF License Server Tools\codes_viewer\admin.exe", Null)
shl.Run(-1)
One of the app buttons does not work. I have confirmed that the app it is calling does run normally from a Windows Explorer window (i.e., when double-clicking the .exe file).
Any clue as to why one of the apps would fail to run while the other two run successfully?