In this release @hstr0100 added 2 features:
- renaming doesn't require invoking "cmd.exe" processes anymore (thus making the source code compatible with Linux)
- SIS files resulted with exact file name matches get numbered names instead of not being renamed
Before SISXplorer sources were released by Marco Bellino, getting information from SIS file worked by invoking "extsis.exe" (SISContents) in command prompt, so invoking another process for renaming weren't a big deal and actually made things easier. After integration of some sources from SISXplorer for reading data from SIS, there was no need to invoke "cmd.exe" for renaming; however, legacy code was working so so didn't bother to update the code.
Thanks for these contributions, greatly appreciated!