Batch File Not Running: Difference between revisions

Content deleted Content added
No edit summary
No edit summary
Line 4:
<br>
=Suggestions=
This is most likely caused by using a " "(space) before and/or after the "=" in the batch file after the set variable command<br>.
For example (incorrect format):
{| class="wikitable "
Line 12:
|}
To solve this issue, please remove the " "(space) next to the "=".<br>
forFor example (correct format):
{| class="wikitable "
|-