Changeset: 132 - Agregado script para normalización de nombres de archivo en modo batch

This commit is contained in:
fernando
2014-01-07 00:48:25 +01:00
parent e16c75d782
commit 850422184b
7 changed files with 110 additions and 13 deletions

View File

@@ -124,10 +124,10 @@ Private Sub evaluateFile( tcFile )
cFlagGenerateLog = "'1'"
End If
If GetBit(nDebug,2) Then
cFlagDontShowErrMsg = "'1'"
cFlagJustShowCall = "1"
End If
If GetBit(nDebug,3) Then
cFlagJustShowCall = "1"
cFlagDontShowErrMsg = "'1'"
End If
If nDebug = 0 Or nDebug = 2 Then