This is a set of tools to allow you to manipulate strings on the windows command line by just passing them in to the chosen tool, depending on what you want to do. For example, if you want to convert a variable to all lowercase text, you could pass the variable in like this: echo %VARIABLE% | lc.exe. The same goes for the other tools included in this suite. At this time, the suite contains three tools.
Current tools:
lc - converts text to all lowercase
uc - converts text to all uppercase
reverse - reverses the supplied text
Since these are ridiculously simple tools, I have also included the source code for each one as a download as well. These should just build in Visual Studio without any issues, just create a command line project for each one and add the code to your Program.cs file.
Screenshots
Prerequisites
The following items are required for String Manipulators to run properly.
The following operating systems are supported for running String Manipulators. It may run on other operating systems, but I have not tested any except the ones listed.