cannam@124: rem Use Astyle to fix style in a file cannam@124: fixlines -p %1% cannam@124: astyle --style=ansi -c -o --convert-tabs --indent-preprocessor %1% cannam@124: del %1%.orig cannam@124: @rem convert line terminators to Unix style LFs cannam@124: fixlines -u %1% cannam@124: del %1%.bak