COMMAND2.COM 2.44 - Bugfix

by Hydragon on 29-11-2010, 19:21
Topic: Software
Tags: Utilities
Languages:

Source: TNI

Recently we reported about TNI's release of COMMAND2.COM version 2.44. TNI announced that it's recommended to redownload the package of COMMAND2.com v2.44, for users who downloaded the package before 18th and 29th November. Changes in this version:

  • Some help file updates were missing from the original release
  • A bug was fixed that caused "Wrong version of COMMAND" error on MSX2 machines

Relevant link: TNI's COMMAND2.COM 2.44

Comments (3)

By Sarcasmic

Master (146)

Sarcasmic's picture

29-11-2010, 19:26

just patched works like a charm thanks bifi for fixing my bug within 10 minutes of time Wink

By Google

By KdL

Champion (364)

KdL's picture

30-05-2011, 09:10

@BiFi: I do a test for TAB completation... Smile

By KdL

Champion (364)

KdL's picture

30-05-2011, 09:53

there is a bug....................

e.g. 1, ok:
A:\DIR1\
A:\DIR2\
A:\FILE1.TXT
A:\FILE2.TXT

[TAB LOOP from \ root only] –> DIR1\ ... DIR2\ ... FILE1.TXT ... FILE2.TXT ... DIR1\ ... etc. [infinite loop is fine here!]

e.g. 2, bug:
A:\TEST\DIR1\
A:\TEST\DIR2\
A:\TEST\FILE1.EXT
A:\TEST\FILE2.EXT

[TAB LOOP from TEST\ subdir only] –> \TEST\DIR1\ ... \TEST\DIR2\ ... \TEST\FILE1.EXT ... \TEST\FILE2.EXT ... \TEST\FILE2.EXT ... [infinite loop is bad here!]

e.g. 3, ok:
A:\TEST\DIR1\
A:\TEST\DIR2\
A:\TEST\FILE1.EXT
A:\TEST\FILE2.EXT

[TAB LOOP from TEST\ subdir + ‘F’ as 1st char] –> \TEST\FILE1.EXT ... \TEST\FILE2.EXT ... \TEST\FILE1.EXT ... etc. [infinite loop is fine here!]

My MSX profile