home *** CD-ROM | disk | FTP | other *** search
-
-
-
- SETENV program history.
-
- V0.1
- SETENV <variable> <value>
-
- V0.2
- SETENV <variable>
-
- V0.3
- return error level
-
- V0.4
- SETENV <variable> %drive
- SETENV <variable> %cwd
-
- V0.5
- SETENV <variable> %+n
- SETENV <variable> %-n
-
- V0.6
- SETENV <variable> %dosv
- SETENV <variable> %dosm
-
- V0.7
- SETENV <variable> %prompt <message>
-
- V0.8
- SETENV <variable> %prompt %def<del><text><del> <message>
-
- V0.9
- redo errorlevel values
-
- V1.0
- make %drive, %cwd, %dosv, %dosm, %-n, and %-n keys
-
- V1.1
- fix bug %def could not be upper case
- SETENV <variable> %noecho <message>
-
- V1.2
- SETENV <variable> %rep<del><text1><del><text2><del>
- return not found message if erasing a none existing variable
-
- V1.3
- fix bug with deleting over prompt string in %prompt
- SETENV %rce <variable> <message>
- SETENV <variable> %upper <message>
- make %noecho, %upper, and %def order independent
- environment test for SETENV= variable on first segment
-
- V1.4
- fix bug where environment variable is greater then 80 for %rep
- reduce the program size by using the help area
-
- V1.5
- SETENV <variable> %prompt %timo=hh:mm:ss <prompt string>
- make %timo, %noecho, %upper, and %def order independent
- if there is a %timo and no %def then assume %def//
- use default value on timeout
-
- V1.6
- SETENV <variable> %chgup {change environment variable to upper case}
- fix bug we don't see the first environment variable for %rep///
- we can now allow white space infront of %prompt, %rep///, and %chgup
- the drive letter returned is lowercase use %chgup uppercase
- add %time, %date, %date1, %date2, and %date3
-
-