/README.markdown

http://github.com/teamaton/toolbelt · Markdown · 22 lines · 17 code · 5 blank · 0 comment · 0 complexity · 6e3d3df0c91c989f926ecca0db018b62 MD5 · raw file

  1. # DESCRIPTION
  2. This project is a collection of small and useful tools that we wrote and write to get our daily development and administation work done.
  3. # TOOLS
  4. ## HostsEditor
  5. Adds and removes entries to and from the Windows hosts file.
  6. Automatically backs up the original hosts file to hosts.bck.
  7. Does not add duplicate entries; instead prints a warning.
  8. Usage:
  9. ------
  10. Add: HostsEditor.exe <ip-address> <host-name> [/q]
  11. e.g.: HostsEditor.exe 127.0.0.1 my-local-site.com
  12. Remove: HostsEditor.exe <host-name> [/q]
  13. e.g.: HostsEditor.exe my-local-site.com
  14. Options:
  15. --------
  16. /q suppresses all regular output messages, but still shows exceptions
  17. has to be the last parameter