Skip to content

Latest commit

 

History

History
18 lines (13 loc) · 546 Bytes

File metadata and controls

18 lines (13 loc) · 546 Bytes

Touch for Windows

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.

Pre-Requisites

Development:

  • Visual Studio
  • .NET Framework 4.6.1 SDK
  • .NET Core 2.2 SDK

Install

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.