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