I just had a chance to upgrade my TCMD V13 to V14 and have run into two problems with the TIMER command. Running On:
TCC 14.01.33 Windows XP [Version 5.1.2600]
TCC Build 33 Windows XP Build 2600 Service Pack 3
Registered to Carl Johnson - 1 System License
Issue 1:
Since at least TCMD V9, it was possible to redirect the TIMER command output to NUL so that nothing was displayed. In V14 this causes the following error:
TIMER ON /1 > NUL
C:\BP\z.btm [189] Usage : ON BREAK [command]
Yes, I know there is a /Q option For the TIMER command, but I have over 100 TIMER commands that need to be changed. I can't see any reason why this still can't be made to work since "> NUL" is obviously an invalid command.
Issue 2:
Since I got the error with the redirection to NUL, I first thought I would brute force find and "fix" all the TIMER commands by adding /Q and removing the redirection to NUL. Fortunately, I tried this first on the abiove failing command and got this error:
TIMER ON /Q /1
Timer 1 on: 13:34:32
C:\BP\z.btm [189] Usage : ON BREAK [command]
In my opinion these two issues are bugs, but after my Issue 2 result it seems the only fix at the present time is to revert back to V13.
Carl Johnson
TCC 14.01.33 Windows XP [Version 5.1.2600]
TCC Build 33 Windows XP Build 2600 Service Pack 3
Registered to Carl Johnson - 1 System License
Issue 1:
Since at least TCMD V9, it was possible to redirect the TIMER command output to NUL so that nothing was displayed. In V14 this causes the following error:
TIMER ON /1 > NUL
C:\BP\z.btm [189] Usage : ON BREAK [command]
Yes, I know there is a /Q option For the TIMER command, but I have over 100 TIMER commands that need to be changed. I can't see any reason why this still can't be made to work since "> NUL" is obviously an invalid command.
Issue 2:
Since I got the error with the redirection to NUL, I first thought I would brute force find and "fix" all the TIMER commands by adding /Q and removing the redirection to NUL. Fortunately, I tried this first on the abiove failing command and got this error:
TIMER ON /Q /1
Timer 1 on: 13:34:32
C:\BP\z.btm [189] Usage : ON BREAK [command]
In my opinion these two issues are bugs, but after my Issue 2 result it seems the only fix at the present time is to revert back to V13.
Carl Johnson