J
J
Junior_WEB2021-04-30 20:19:25
Python
Junior_WEB, 2021-04-30 20:19:25

Escaping + and ( ) in cmd?

Colleagues, tell me how you can escape the + sign and brackets ( ) in cmd
There is such a value: +CLASS(BDIRN056)
It is written by the anaconda (python) library
anaconda - works with the command line and when this value is substituted in CMD, then in the end it is written like this : CLASSBDIRN056
The signs have been removed, but they are needed.
I suppose that before transferring to anaconda, for example, you can do something like this ^ + CLASS ^ (BDIRN056 ^)
But nothing happened, I also tried ^ ^ ^ but even some letters were erased this way.
Thank you.

Answer the question

In order to leave comments, you need to log in

2 answer(s)
M
MinTnt, 2021-04-30
@MinTnt

And try to escape in Python, mb will work
\+CLASS\(BDIRN056\)

A
alexbprofit, 2021-04-30
@alexbprofit

\\

Didn't find what you were looking for?

Ask your question

Ask a Question

731 491 924 answers to any question