home
***
CD-ROM
|
disk
|
FTP
|
other
***
search
/
DP Tool Club 15
/
CD_ASCQ_15_070894.iso
/
news
/
2488
/
tbatc23
/
turbobat.rev
< prev
next >
Wrap
Text File
|
1994-04-11
|
2KB
|
58 lines
Release Notes for TurboBAT
3.23 04/04/94
3.22
3.21 12/20/93
- Fixed INKEY command to echo 13 to environment when a [RETURN] or [ENTER]
is pressed with no input. Used to return the length of the prompt as the
user input, now always reports 13.
3.19 10/21/93
- Fixed INKEY so that you do not have to specify text with this command.
3.18 09/22/93
- Fixed problem where compiled batch file couldn't find hidden or system
files.
3.17 08/03/93
- Now Recognizes SETDOS as a 4DOS internal command.
- Fixed erroneous unmatched WHILE/WEND and REPEAT/UNTIL error message.
- Added the "DOS" command.
3.16 11/27/92
- fixed bug when calling external programs and not always passing the
proper command line
3.15 11/10/92
- changes made to fix problems with the execution of external programs and
bugs in passing them parameters
- IF NOT ERRORLEVEL n ....
The 'NOT' was being ignored if there wasn't an explicit compare command
such as GE or EQ. It now works properly.
- The DOS function that was used to see if a drive was valid. The
original code used Int 21h, AH=32h - Get Drive Parameter Block. That
function does not recognize network drives, switched it to Int 21h,
AH=1Ch - Get Allocation Table Information.
- Fixed the BIOS version of SCRPUT. It wasn't restoring the cursor
location and display attribute after writing out the string.
- Stream lined some of the assembler code.