hexagon logo

Syntax to write a double-quote to a command file...

Seems like a dumb one, but I can't figure it out this rainy Monday...
 
I want to use "file text write format..." to add double quotes to a command. This is what I want...
 
call "C:/Program Files/MSC.Software/Adams/2019/bin/adams2019.bat" ru-s Test.acf
 
I'm trying many permutations of "eval" and """ all to no avail, such as...
 
file text write format="call """C:/Program Files/MSC.Software/Adams/2019/bin/adams2019.bat""" ru-s Test.acf" newline=yes
 
What am I forgetting...???