Quantcast
Channel: Take Command / TCC
Viewing all articles
Browse latest Browse all 1682

BDEBBUGER not working properly when debugging a batch file

$
0
0
I've been getting errors (like "Syntax Error" on the first line of my batch file when it's just simply an "@echo off" command) while debugging a batch file. Also, the internal return code always seems to be 2, regardless of what result the command should be returning. This prevents commands like "MSGBOX" and "TASKDIALOG" from working properly while debugging, where the exit code is dependent on what button you click on. None of this happens when running the batch file outside of the...

Read more

Viewing all articles
Browse latest Browse all 1682

Trending Articles