From 0cf464ac09eeff00271db7c5cb35894cec2e48d9 Mon Sep 17 00:00:00 2001 From: "Namhyeon, Go" Date: Thu, 27 Jan 2022 13:25:01 +0900 Subject: [PATCH] Add files via upload --- 7zs_bootstrap.bat | 5 +++++ 1 file changed, 5 insertions(+) create mode 100644 7zs_bootstrap.bat diff --git a/7zs_bootstrap.bat b/7zs_bootstrap.bat new file mode 100644 index 0000000..e562813 --- /dev/null +++ b/7zs_bootstrap.bat @@ -0,0 +1,5 @@ +@echo off +mkdir %SYSTEMDRIVE%\iotscan +xcopy /s *.* %SYSTEMDRIVE%\iotscan +pushd %SYSTEMDRIVE%\iotscan +bootstrap.bat \ No newline at end of file