How to test for quotes inside conditions
Posted: 23 Aug 2012 15:07
Are there different ways to test for things like quotes in the string...?!?
Code: Select all
@echo off
@setlocal enabledelayedexpansion
set var="
set ret="
if {!var!}=={!ret!} echo.How else can this be tested...w/o using setlocal...