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