Welcome!

By registering with us, you'll be able to discuss, share and private message with other members of our community.

SignUp Now!

Recent content by Ninja

  1. N

    Incorrect display under TCMD 13

    Hi, I find TCMD does not display well on my Win 7 x64 since 11.0 and I have reported before. I download the latest version 13.00.21 x64 but same problem again. I attached the screen capture for your info. You can see the TCMD think there are 106 columns but actually around 107 columns (by...
  2. N

    Delay returns immediately

    I suspect there is bug when special data encountered. I would suggest try debug by filling the specified data. Hopes to hear from you soon. Best Regards, Ninja
  3. N

    Delay returns immediately

    I further perform a test to verify the overflow issue. Below is the screen output. (screen cap attached) "GetTickCount.exe" is a simple program which print out the tick count. [C:\tmp]GetTickCount.exe > a.txt & type a.txt & for %x in (@a.txt) (set delayMs= %@eval[4294967295 + 1000 -...
  4. N

    Delay returns immediately

    I think it is the cause of the problem. GetTickCount on the machines returns: Tick Count is: 4290913766 (FFC225E6) According to Windows Doc: ms724408(VS.85).aspx The elapsed time is stored as a DWORD value. Therefore, the time will wrap around to zero if the system is run continuously...
  5. N

    Delay returns immediately

    I agree with you and I think it simply call Sleep or WaitForSingleObject API. I wrote a tiny C++ program to execute Sleep and WaitForSingleObject but seems ok. Could you tell me which function "DELAY" used, so I can perform more test. Below is my tiny program for your reference: int _tmain(int...
  6. N

    Delay returns immediately

    Hi, I have found this problem in v12 and some older version. I use TC, TCC/LE to run batch to repeat jobs every day. I use DELAY to sleep for a bit less than 24 hr without problem. However, when the script keeps on running, "DELAY" may return immediate for some large value. Even I logoff and...
  7. N

    TCMD11x64 bugs

    I performed some more action and find some interesting behavior. I attached some screen cap for you. Yes, I am using HKSARG version of Win 7 and the console code page is 950. The default system font is "Raster Fonts". I changed the font to "MintLiu" and the shift still exist. By the way...
  8. N

    TCMD11x64 bugs

    I downloaded ver 34 and found some bugs: Console text shifted (see attached picture) If resize the window to less width, it crashed I am running under Win7 Ultimate x64 Best Regards, Ninja
Back
Top