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