commit 2d47433681d9590acd475c38285d39eeb4b4af3a Author: manuel.maier Date: Wed Mar 19 22:17:23 2025 +0100 Dateien nach "/" hochladen 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