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