diff --git a/install.cmd b/install.cmd index a3301ac..37eef7c 100644 --- a/install.cmd +++ b/install.cmd @@ -23,13 +23,13 @@ GOTO END :: --- Übernimmt die globalen Variablen und installiert die gewünschte App :INSTALL set APPNAME=%2 -curl.exe %CURLOPT% %GITURL%/app/install_%APPNAME%.cmd & install_%APPNAME%.cmd +curl.exe %CURLOPT% %GITURL%/app/install_%APPNAME%.cmd & call install_%APPNAME%.cmd Goto END :: --- Übernimmt die globalen Variablen und installiert das gewünschte script :SCRIPT set APPNAME=%2 -curl.exe %CURLOPT% %GITURL%/scripts/script_%APPNAME%.cmd & script_%APPNAME%.cmd +curl.exe %CURLOPT% %GITURL%/scripts/script_%APPNAME%.cmd & call script_%APPNAME%.cmd Goto END :END \ No newline at end of file