Any idea why the below snippet of script isn't writing any variables to my text file?
{
echo "$computer $ID $size $free $b" >> C:\Scripts\lowdisk.txt
$i++
}
I am using powergui to debug the script and all of the variables are registered and have values. I am lost

Anyone got a helping hand for Pash?

Thanks,