Command-Line Interface (CLI) application to check if a web link is active or broken.
- Download the executable file CheckLinkCLI2.exe in any local folder of your choice
- Open Powershell or cmd.exe and navigate to the file path where executable is downloaded
- Simply type
.\CheckLinkCLI2.exe
+ the absolute path to your .txt or .html file - The application will then parse through all the links in the file and return the http status codes to the cli
- Click the green 'Code' dropdown button and select 'Download Zip'
- Extract the zip file and nagivate to the solution file CheckLinkCLI2.sln
- Open the solution using Visual Studio and build the application
- Change the string variable
linkfile
andhtmlfile
to your .txt and .html file paths(absolute path) accordingly - Press
Ctrl
+F5
and run the application
- COMING SOON!