From a19ad1d38f09d9aecddc8194a0ed8433387ba1b4 Mon Sep 17 00:00:00 2001 From: y0ti Date: Sat, 6 Jan 2018 01:55:06 +0700 Subject: [PATCH] Add README.md --- README.md | 14 ++++++++++++++ 1 file changed, 14 insertions(+) create mode 100644 README.md diff --git a/README.md b/README.md new file mode 100644 index 0000000..17f07f6 --- /dev/null +++ b/README.md @@ -0,0 +1,14 @@ +This program converts file with list of subnets (like 172.17.9.0/24, one per line) to windows batch file with 'route add' commands. + +Required parameters: +-i - Input file +-if - Interface id (as listed by 'route print' command) +-gw - Gateway address +-m - Metric + +Output parameters (at least one is required): +-of - Output commands to the specified file +-oc - Output commands to console + +Optional parameters: +-p - Add 'pause' after each 'route' command \ No newline at end of file