escape "slash character", "/", in Menu "Macros"

My "/" characters do not show up in the Macros menu, see Menu code block below:

<br />
Menu "Macros" <br />
    "Load SINGLE Directory [i.e. files in 'M3147_11/a/]", LoadDirectory()<br />
    "Plot JV Curves", JVPlot()<br />
End<br />


Q: How do I escape "/" in Menu Macros, so that "/" is visiable in the Macros menu.
(Currently any "/" is being treated like a special character and is not displayed)

Thank you.
Menu "Macros"
    "\\M0Load SINGLE Directory [i.e. files in 'M3147_11/a/]", LoadDirectory()
    "Plot JV Curves", JVPlot()
End


"\\M0" turns off special character interpretation.

Execute

DisplayHelpTopic "Enabling and Disabling Special Character Interpretation"

from the Command Window.