orca/scripts/touch.bat

4 lines
48 B
Batchfile

@echo off
type nul > %1
exit /b %errorlevel%