Subversion Repositories SvarDOS

Rev

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

Rev 964 Rev 975
Line 7... Line 7...
7
 
7
 
8
 - added GOTO support (jumps to a labelled line within a batch file)
8
 - added GOTO support (jumps to a labelled line within a batch file)
9
 - added CALL support (calls batch files from within batch files)
9
 - added CALL support (calls batch files from within batch files)
10
 - DOS errors are output to stdout, and also to stderr if stdout is redirected
10
 - DOS errors are output to stdout, and also to stderr if stdout is redirected
11
 - fixed batch processing with /C (was executing only first command)
11
 - fixed batch processing with /C (was executing only first command)
-
 
12
 - multi-lang support relies on SvarLANG.lib instead of its own routines
-
 
13
 - transient shell follows the int23h vector to locate RMOD (this is a
-
 
14
   workaround so SvarCOM works even when the LINK/LN TSR is loaded)
12
 
15
 
13
 
16
 
14
=== ver 2022.0 (01.02.2022) ==================================================
17
=== ver 2022.0 (01.02.2022) ==================================================
15
 
18
 
16
 - added "global executable links" support (new command: LN)
19
 - added "global executable links" support (new command: LN)