From 2d47433681d9590acd475c38285d39eeb4b4af3a Mon Sep 17 00:00:00 2001 From: "manuel.maier" Date: Wed, 19 Mar 2025 22:17:23 +0100 Subject: [PATCH] Dateien nach "/" hochladen --- README | 5 +++++ 1 file changed, 5 insertions(+) create mode 100644 README diff --git a/README b/README new file mode 100644 index 0000000..eb33415 --- /dev/null +++ b/README @@ -0,0 +1,5 @@ +qm guest exec -- powershell -Command "mkdir C:\TMP" + +qm guest exec -- powershell -Command "Invoke-WebRequest -Uri 'https://gitea.vmd55888.de/manuel.maier/install-pcvisit-remotehost/raw/branch/main/install-pcvisit-remotehost.bat' -OutFile 'C:\TMP\install-pcvisit-remotehost.bat'" + +qm guest exec -- cmd /c "C:\TMP\install-pcvisit-remotehost.bat" \ No newline at end of file