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