Mercurial > cgi-bin > hgweb.cgi > JpegWasher
view checkenv.cmd @ 22:cd2ca4727b7f
Builds under Windows.
author | davidb |
---|---|
date | Thu, 16 Apr 2020 11:10:39 -0700 |
parents | |
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