Posts
 
Reputation
Joined
Last Seen
0 Reputation Points
Unknown Quality Score

No one has voted on any posts yet. Votes from other community members are used to determine a member's reputation amongst their peers.

0 Endorsements
~117 People Reached
Favorite Forums
Member Avatar for BigDork

I found some very helpful articles on this site, but I'm having trouble with this one... Here is the applicable batch code: [code]@echo off > %AppData%\PROGRAM\NEW.INI setLocal EnableDelayedExpansion find "DESIRED STRING" < %AppData%\PROGRAM\EXISTING.INI > nul if not errorlevel 1 goto :FOUND for /f "tokens=1 delims=[] " %%a in ('find /n …

Member Avatar for Salem
0
117