Mercurial > cgi-bin > hgweb.cgi > JpegWasher
view checkenv.cmd @ 29:0161374f7a60
Update Readme.html.
author | David Barts <davidb@stashtea.com> |
---|---|
date | Thu, 16 Apr 2020 20:49:40 -0700 |
parents | cd2ca4727b7f |
children |
line wrap: on
line source
@echo off SETLOCAL EnableDelayedExpansion for %%i in (%*) do ( if "!%%i!"=="" ( echo ERROR: %%i not set exit/b 1 ) ) exit/b 0