The touch is a standard command used in the UNIX/Linux operating system to create files for windows.
I decided to make this software because there is no touch command in Windows operating systems.
Via Git
git clone https://github.com/lnxwizard/touch.git
Via GitHub CLI
gh repo clone lnxwizard/touch
First, you need to add touch to system path.
One file creating
touch <filename>
Multiple file creating
touch <firstfilename> <secondfilename> <thirdfilename>
Windows 7 or higher (7/8/8.1/10/11)