That was a recommendation from MCA.

USE LISTIF @ERROR=0 WriteLine(1, "[Connections]") While $x @lt;@gt; "End of list." $X=ReadLine(2) WriteLine(1, $X) LOOP

Plus IF $DiskSpace @gt; 500000

I am not familiar with the command, but I figured it was worth a shot. I tried running the script with the IF $DiskSpace > 500000 and with the above statement, and neither worked.