@echo off echo "Downloading Dataset" wget "https:/\github.com\luciferreeves\Network-Intrusion-Detection\releases\download\dataset\2020.10.01.csv" "-q" "--show-progress" || echo " Wget not found!!! Please Install wget to run this script. Wget GNU Page: https:/\www.gnu.org\software\wget\ Wget for Windows: http:/\gnuwin32.sourceforge.net\packages\wget.htm"
