Hi @Leibnitz, welcome to the forum! At first glance, I think the issue might be the \ in your command. In some operating systems the backslash means that the command continues on a new line. Since your command is one line the slashes shouldn’t be necessary. Try removing all the backslashes and see if it works or if you get a different error!
It worked and I was able to get past the command line exercise.
On the IDE side, I realized that the interactive mode is on as a default, it was right the opposite when I was doing the command line exercise when in one line I turned the interactive mode off. The IDE version shown does not show a selection for the interactive mode. I am assuming it defaults it to ‘false’.