diff options
| author | Bobby <[email protected]> | 2022-04-27 21:18:14 -0400 |
|---|---|---|
| committer | Bobby <[email protected]> | 2022-04-27 21:18:14 -0400 |
| commit | 80905013b68e901594fe310dae13f455ad965a2a (patch) | |
| tree | b1643b309f0672eb5de1d7842ac707194b96c321 | |
| parent | 400c5b5ec88dcd788131fd06e6bfd237659f7556 (diff) | |
| download | Network-Intrusion-Detection-80905013b68e901594fe310dae13f455ad965a2a.tar.xz Network-Intrusion-Detection-80905013b68e901594fe310dae13f455ad965a2a.zip | |
added windows downloader script
| -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" |
