
Re: .exe dos based program that contains menu won't open
'
What I do with any program is to see and check if it tries to communicate with errorLevel's, always.
Code:
@echo off
"%$fullPathFile%"
echo.errorLevel=%errorLevel%_
pause
Whereas errorLevel zero means there is no error, or the developer didn't care to bother, or it is intended to behave like that.