Mercurial > cgi-bin > hgweb.cgi > JpegWasher
view checkenv.cmd @ 25:5a5a7de27eb4
ExifWasher -> JpegWasher
author | David Barts <n5jrn@me.com> |
---|---|
date | Thu, 16 Apr 2020 19:41:29 -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