This project is for a Windows command line tool to create empty files from the command line. A simplified equivalent to the touch command in other OSes.
Development:
- Visual Studio
- .NET Framework 4.6.1 SDK
- .NET Core 2.2 SDK
Compile the code and copy the resulting touch.exe file to a location that is included in the PATH environment setting or add a new path that points to the compiled / copy location.