aboutsummaryrefslogtreecommitdiff
path: root/dataset_downloader.bat
blob: 4d53ca549cce39d74e8408e885a16075865501f2 (plain)
1
2
3
4
5
6
7
8
@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"