In Linux bash I could pass python-printed string as a parameter to my program and it looked like this my_program $(python -c "print('A'*100)")
Is there a way to do the same in Windows CMD?
In Linux bash I could pass python-printed string as a parameter to my program and it looked like this my_program $(python -c "print('A'*100)")
Is there a way to do the same in Windows CMD?