Search This Blog

Windows Batch Script: check if argument exists

if "%~1"=="" ( echo exists ) else ( echo not exist )

No comments:

Post a Comment