4 lines
48 B
Batchfile
4 lines
48 B
Batchfile
|
@echo off
|
||
|
type nul > %1
|
||
|
exit /b %errorlevel%
|