Subversion Repositories SvarDOS

Rev

Rev 542 | Rev 571 | Go to most recent revision | Show entire file | Ignore whitespace | Details | Blame | Last modification | View Log | RSS feed

Rev 542 Rev 543
Line 4... Line 4...
4
 
4
 
5
 
5
 
6
=== ver 2021.1 (xx.xx.2021) ==================================================
6
=== ver 2021.1 (xx.xx.2021) ==================================================
7
 
7
 
8
 - prompt fixed when current drive becomes invalid (eg. empty diskette drive)
8
 - prompt fixed when current drive becomes invalid (eg. empty diskette drive)
-
 
9
 - piping support (like dir/b | sort)
9
 - DIR: fixed /P pagination in wide mode
10
 - DIR: fixed /P pagination in wide mode
10
 - DIR: implemented /A
11
 - DIR: implemented /A
11
 - implemented IF command (IF EXIST, IF ERRORLEVEL, IF str==str)
12
 - implemented IF command (IF EXIST, IF ERRORLEVEL, IF str==str)
12
 - added a break handler (running application can be aborted with CTRL+C)
13
 - added a break handler (running application can be aborted with CTRL+C)
13
 - Error messages are output to stderr
14
 - Error messages are output to stderr