Search found 2 matches

by rdekanter
29 May 2019 06:12
Forum: DOS Batch Forum
Topic: Loop through file to find and replace
Replies: 2
Views: 4542

Re: Loop through file to find and replace

Thanks so much for your help! I couldn't get your code to work for me though it did give me enough to adapt what I had so that it now does what I want. For reference, my full code is as follows: @echo off :: Set variables set iniFile=C:\Program Files (x86)\Client.ini set IP=192.168.40.108,192.168.40...
by rdekanter
23 May 2019 03:47
Forum: DOS Batch Forum
Topic: Loop through file to find and replace
Replies: 2
Views: 4542

Loop through file to find and replace

Hello, I am trying my first attempt at a simple batch script and am most of the way there but am struggling with getting the terminal window to correctly keep the user up to date with what's going on. The script below works in terms of replacing text in a file, however I would like it to echo out a ...