diff options
| -rw-r--r-- | dataset_downloader.bat | 8 |
1 files changed, 8 insertions, 0 deletions
diff --git a/dataset_downloader.bat b/dataset_downloader.bat new file mode 100644 index 0000000..4d53ca5 --- /dev/null +++ b/dataset_downloader.bat @@ -0,0 +1,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" |
