From f2d721a1a024291d5b805a555c05236cbb10f283 Mon Sep 17 00:00:00 2001 From: Dmitry Nefedov Date: Wed, 10 Jun 2020 19:47:25 +0300 Subject: [PATCH] Add files via upload --- Start 1903-1909.cmd | 4 ++++ Start 2004.cmd | 4 ++++ 2 files changed, 8 insertions(+) create mode 100644 Start 1903-1909.cmd create mode 100644 Start 2004.cmd diff --git a/Start 1903-1909.cmd b/Start 1903-1909.cmd new file mode 100644 index 00000000..3acac1ba --- /dev/null +++ b/Start 1903-1909.cmd @@ -0,0 +1,4 @@ +@echo off +chcp 65001 >nul + +powershell.exe -ExecutionPolicy Bypass -NoExit -NoProfile -NoLogo -File "%~dp0Win 10 1903-1909.ps1" \ No newline at end of file diff --git a/Start 2004.cmd b/Start 2004.cmd new file mode 100644 index 00000000..159a70fb --- /dev/null +++ b/Start 2004.cmd @@ -0,0 +1,4 @@ +@echo off +chcp 65001 >nul + +powershell.exe -ExecutionPolicy Bypass -NoExit -NoProfile -NoLogo -File "%~dp0Win 10 2004.ps1" \ No newline at end of file