Recent content by Buggy

  1. [Help] Batch Script / PS Script ect

    A little late to the party but if any issues a bash script (I think works) target=$1 min_size=$2 find "$target" -type f -size -"$min_size"c -delete
  2. Request Looking for someones help to fix a Code willing to pay

    If the type of level is byte this will stop it from going above 255 and cause problems, change this to a short or something else... Was a wild swing hope that helps