SyntaxFix
Write A Post
Hire A Developer
Questions
How about this?
set search=%1 set replace=%2 set textfile=Input.txt python -c "with open('%textfile%', 'rw') as f: f.write(f.read().replace('%search%', '%replace%'))"
Muhahaha