How does /write corrupt an ini file? I'm using a loop to scan through a bunch of settings stored in an ini file and set certain matching lines to 0. As in "
Code:
 /write -l $+ %loop Misc.ini $gettok(%line,1,61) $+ =0 


But the help file says it could corrupt the file....