From 65e79bce603fd6fac456c63d9aeee37b76b6eb08 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=D0=95=D0=B2=D0=B3=D0=B5=D0=BD=D0=B8=D0=B9=20=D0=9C=D0=BE?= =?UTF-8?q?=D0=B6=D0=B5=D0=B2=D0=B8=D1=82=D0=B8=D0=BD?= Date: Wed, 8 Feb 2023 17:32:24 +0300 Subject: [PATCH] fix tools --- install.cmd | 1 - tools/install.cmd | 1 + tools/uninstall.cmd | 1 + uninstall.cmd | 1 - 4 files changed, 2 insertions(+), 2 deletions(-) delete mode 100644 install.cmd create mode 100644 tools/install.cmd create mode 100644 tools/uninstall.cmd delete mode 100644 uninstall.cmd diff --git a/install.cmd b/install.cmd deleted file mode 100644 index a964d53..0000000 --- a/install.cmd +++ /dev/null @@ -1 +0,0 @@ -powershell .\tools\add_odbc_connection.ps1 \ No newline at end of file diff --git a/tools/install.cmd b/tools/install.cmd new file mode 100644 index 0000000..4d4dcb7 --- /dev/null +++ b/tools/install.cmd @@ -0,0 +1 @@ +powershell .\add_odbc_connection.ps1 \ No newline at end of file diff --git a/tools/uninstall.cmd b/tools/uninstall.cmd new file mode 100644 index 0000000..bd5c9d3 --- /dev/null +++ b/tools/uninstall.cmd @@ -0,0 +1 @@ +powershell ./remove_odbc_connection.ps1 \ No newline at end of file diff --git a/uninstall.cmd b/uninstall.cmd deleted file mode 100644 index 776d4f6..0000000 --- a/uninstall.cmd +++ /dev/null @@ -1 +0,0 @@ -powershell ./tools/remove_odbc_connection.ps1 \ No newline at end of file