The patch that fixes the vulnerability exploited by the Sasser worm is not compatible with the versions of espresso and sis that we were using. (This is why the patch was not installed.)
Since we have no choice now new versions of sis and espresso have been installed. You can use espresso as before, but unfortunately since the new sis executable does not find the library C:\borg\sis_lib, using sis will require some additional care.
To use sis now, you must copy the file .misrc into the directory where you will be running sis. This file contains the aliases for the commands with which you are familiar. I have also added three new aliases, which you can use to run the scripts:
sr.scp = source C:\borg\sis_lib\script sr.alg = source C:\borg\sis_lib\script.alg sr.boo = source C:\borg\sis_lib\script.boo sr.rug = source C:\borg\sis_lib\script.rugThese new aliases provide the full path to the library.
You may also notice that the help command no longer works. The directory C:\borg\sis_lib\help contains the text printed by the help command. Each command has a file with the extension .fmt which explains the command. This is the text the help command would have printed.