Welcome!

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

SignUp Now!

Take Command 11.0 build 49 uploaded

rconn

Administrator
May
13,015
192
Staff member
I've uploaded build 49 to the web and ftp sites.

Build 49:
---------
BEEP - added a workaround for a DirectSound bug that caused BEEP to play too loudly in TCC x64.

DO - fixed a problem with DATETIME and the alternate (yyyy-mm-dd hh:mm:ss) date/time format.

ZIP - fixed a problem with /V displaying the wrong month (-1).

Build 48:
---------
TCC - if a keystroke plugin returns 0 during history / filename completion,
the keystroke will be ignored.

Added support for TCMD.INI lines up to 4095 characters (up from 511
previously).

TCC - added support in variable expansion parser for the ghastly CMD.EXE delayed expansion !abc:xxx=zzz! syntax when "xxx" or "zzz" contains whitespace or non-alphanumeric characters. (Not documented, and not recommended!)

Build 47:
---------
@LINE / @LINES - fixed an erratic problem with ASCII files.

Build 46:
---------
TCC - added checking for keystroke plugins during filename completion,
keyboard block marking, and history recall.

TCC - (Hopefully) Fixed a problem when redirecting output if your code page is UTF-8 or DBCS.

TCC - reinstated support for Regina REXX.

@LINES - fixed a sporadic Windows problem when the file contains
extended ASCII characters (and the file is not Unicode).

DESCRIBE - fixed a sporadic Windows problem when descriptions contain
extended ASCII characters (and the description file is not Unicode).

FOR - added support for batch & environment variables at the beginning of the FOR command (to set FOR switches). All variables up to the variable mmediately preceding "in", are assumed to be in need of expansion before the FOR command is parsed.

TCTOOLBAR - fixed a problem with /U not always correctly updating TCMD.INI.

Build 45:
---------
LIST - fixed a (Windows) problem with the Print dialog sometimes
appearing behind the Take Command window.

TCTOOLBAR - updated docs and fixed a problem when not specifying a tab
title.

UNZIP - fixed an error message when unzipping with /D in a directory
with embedded whitespace.

Help file updates.
 
The first time I ran it after installation, I got this. Rerunning it seems
to be ok.

TCMD 11.00.49
Module=C:\4NT11\tcmd.exe
Address=00420706
Exception=C0000005
EAX=01ED8A78 EBX=0041B640 ECX=00000000 EDX=00000000
ESI=0000002E EDI=01ED8A78 EBP=00B7FBE4 ESP=00B7FBB0
CS=0000001B DS=00000023 ES=00000023 SS=00000023
Flags=00010293

Stack:
1 : tcmd.exe 0001:0001f706
2 : tcmd.exe 0001:0001fa1f
3 : tcmd.exe 0001:00019d76
4 : tcmd.exe 0001:0001a787
5 : tcmd.exe 0001:00159435
6 : tcmd.exe 0001:00154fde
7 : tcmd.exe 0001:00157da8
8 : tcmd.exe 0001:00157e37






On Fri, Jun 4, 2010 at 5:39 PM, rconn <> wrote:


> I've uploaded build 49 to the web and ftp sites.
>
> Build 49:
> ---------
> BEEP - added a workaround for a DirectSound bug that caused BEEP to play
> too loudly in TCC x64.
>
> DO - fixed a problem with DATETIME and the alternate (yyyy-mm-dd hh:mm:ss)
> date/time format.
>
> ZIP - fixed a problem with /V displaying the wrong month (-1).
>
> Build 48:
> ---------
> TCC - if a keystroke plugin returns 0 during history / filename completion,
> the keystroke will be ignored.
>
> Added support for TCMD.INI lines up to 4095 characters (up from 511
> previously).
>
> TCC - added support in variable expansion parser for the ghastly CMD.EXE
> delayed expansion !abc:xxx=zzz! syntax when "xxx" or "zzz" contains
> whitespace or non-alphanumeric characters. (Not documented, and not
> recommended!)
>
> Build 47:
> ---------
> @LINE / @LINES - fixed an erratic problem with ASCII files.
>
> Build 46:
> ---------
> TCC - added checking for keystroke plugins during filename completion,
> keyboard block marking, and history recall.
>
> TCC - (Hopefully) Fixed a problem when redirecting output if your code page
> is UTF-8 or DBCS.
>
> TCC - reinstated support for Regina REXX.
>
> @LINES - fixed a sporadic Windows problem when the file contains
> extended ASCII characters (and the file is not Unicode).
>
> DESCRIBE - fixed a sporadic Windows problem when descriptions contain
> extended ASCII characters (and the description file is not Unicode).
>
> FOR - added support for batch & environment variables at the beginning of
> the FOR command (to set FOR switches). All variables up to the variable
> mmediately preceding "in", are assumed to be in need of expansion before the
> FOR command is parsed.
>
> TCTOOLBAR - fixed a problem with /U not always correctly updating TCMD.INI.
>
> Build 45:
> ---------
> LIST - fixed a (Windows) problem with the Print dialog sometimes
> appearing behind the Take Command window.
>
> TCTOOLBAR - updated docs and fixed a problem when not specifying a tab
> title.
>
> UNZIP - fixed an error message when unzipping with /D in a directory
> with embedded whitespace.
>
> Help file updates.
>
>
>
>
>



--
Jim Cook
2010 Sundays: 4/4, 6/6, 8/8, 10/10, 12/12 and 5/9, 9/5, 7/11, 11/7.
Next year they're Monday.
 

Similar threads

Back
Top