Skip to content

Latest commit

 

History

History
14 lines (8 loc) · 413 Bytes

File metadata and controls

14 lines (8 loc) · 413 Bytes

HostFileCommander

Command line utility to easily manipulate Windows Host file.

Very much in alpha. Not a final product but has the basic functions in place

Usage:

Add a new host: HostCommmander.exe -m add -h google.com -i 127.0.0.1

Remove a host: HostCommander.exe -m remove -h google.com

Clean up host file: HostCommander.exe -m clean

List all current items in the host file: HostCommander.exe -m list