Page 2 of 2

Re: .exe dos based program that contains menu won't open

Posted: 19 Jun 2012 20:20
by Ed Dyreen
'
What I do with any program is to see and check if it tries to communicate with errorLevel's, always.

Code: Select all

@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.

Re: .exe dos based program that contains menu won't open

Posted: 19 Jun 2012 20:51
by phyxe
squashman i was able to run those nice application you told me about and i got a lot modules running, well i did have the list and copied them to a folder in my memory stick; but checking them against the new system it also contains those modules, though some are different in versions, so what shall i do now?

Re: .exe dos based program that contains menu won't open

Posted: 19 Jun 2012 20:54
by phyxe
@ed dyreen

it gave me errorlevel zero and as you say i suspect that it was designed that way

Re: .exe dos based program that contains menu won't open

Posted: 20 Jun 2012 08:03
by Dos_Probie
have you tried adding a pause in your batch file to stop and check what
the error message is?

Re: .exe dos based program that contains menu won't open

Posted: 21 Jun 2012 00:56
by phyxe
it only shows 'press any key to continue...'