Mercurial > cgi-bin > hgweb.cgi > JpegWasher
view checkenv.cmd @ 37:4fdd2f7e2cec
Prune out more deadwood.
author | David Barts <n5jrn@me.com> |
---|---|
date | Fri, 01 May 2020 07:49:16 -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