I'm wanting to edit an ini file and have the resulting file contain:

VAR=%MYVAR%

When I put this in the EDIT INI command, the compiler complains that the variable doesn't exist.

How do I disable the variable expansion so that my resulting ini file contains VAR=%MYVAR%?