diff --git a/pages/windows/if.md b/pages/windows/if.md index dd3f5a441f..a1a22169d8 100644 --- a/pages/windows/if.md +++ b/pages/windows/if.md @@ -21,11 +21,11 @@ - Check whether two strings are equal: -`if {{string}} == {{string}} ({{echo Condition is true}})` +`if %{{variable}}% == {{string}} ({{echo Condition is true}})` - Check whether two strings are equal without respecting letter case: -`if /i {{string}} == {{string}} ({{echo Condition is true}})` +`if /i %{{variable}}% == {{string}} ({{echo Condition is true}})` - Check whether a file exist: