LogicLib extensions for checking Microsoft .NET framework versions and service packs.
"HasDotNet<version>" checks if the specific version of .NET framework is installed.
<version> can be replaced with the following values:
1.0
1.1
2.0
3.0
3.5
"AtLeastDotNetServicePack" checks if the .NET framework has a service pack version at least as specified.
"IsDotNetServicePack" checks if the .NET framework has a service pack version exactly as specified.
A small utility windows application, written in C#, that will split a text file based on a character.
Enter:
The application will then split the text up into chunks, saving those chunks as separate files within the output directory. The output filename format is output_{file#}.{extension}.