That is actualy what I am trying to do...I am trying to read a central .ini file to see if the number on the first line is >= 500 and if not then run the script.

The problem I am having is figuring out a way to overwrite the first line value. Writeline only wants to append to the file and so my file looks like so:

0
1

when I just want it to goto

1

Any suggestions...is there a command I am missing here