Hello,
I apologize, I would of written back sooner, but when I got back my internet had dropped and it only just came back ;-P
I tried to send you a PM back, but it says you've blocked PM's, whatever that means. I guess it's an option in you settings for the forum.
I already gave you the information for the batch file tbh, all it does is activate that python command.
Send me your test.py script, and then I can tell you exactly what to type to activate it. if you copied what I wrote exactly, then all you should have to type is:
python test.py models/RRDB_ESRGAN_x4.pth H:\GUM\fieldsXCF
replace models/RRDB_ESRGAN_x4.pth with whichever ESRGAN model you wish to use.
replace H:\GUM\fieldsXCF with whatever folder you wish to have ESRGAN generate files from.
But send me your python script in your next message and then we'll know for sure.
Also, what operating system are you using? Windows/Linux/Mac??
If you're not on windows then make sure that all \ slashes are changed to / slashes.