How to use text command in command file?

Posted by Thanatoast on
URL: https://forum.librecad.org/How-to-use-text-command-in-command-file-tp5727032.html

Hello,
I am trying to use a command file to create a drawing. I got it to draw some lines, but I have had no luck with the text command.
I made a simple command file with only the following: text "Test",10,10,2,0 
I believe this should place the word Test at 10,10 with a height of 2 at an angle of 0, but it is not working.
Any spaces in the command line are removed when it is loaded.
(IE: I tried: text "test" 10,10 2 0 with the loaded result: text"test"10,1020).
Additionally the command seemingly does nothing with no error indicated.
What is the proper way to use the text command?
Thanks!