[Tutor] Facing problem in printing a large number of points for my problem
SATYABRATA DATTA
iamsatyabrata428 at gmail.com
Fri Feb 28 10:52:47 EST 2020
I previously explained my problem that I want to print each output to
specific .txt file and than repeatedly do it for several points and even if
there some error which generally stops the program at some midway , can't
happen in this case
For this I have used the simple line which is giving each numbered output
to specific folder
for %i in (1,5) do python.exe test_model.py > tests/TestModel_%i.txt
But I am getting only 1 and 5 as output in the above example.
So I need to print nearly 100 s of such i by such simple command without
using additional for loops
I think here I can get a suitable answer
More information about the Tutor
mailing list