batch file - Variable does not change after changing -


@echo off  if (%1) == () (     echo.anfangskapital eingeben:     set /p anfangskapital =      echo %anfangskapital%  ) else (     set /a anfangskapital = %1 )  pause 

the value of anfangskapital 0. why? how can change value?


Comments

Popular posts from this blog

php - How to display all orders for a single product showing the most recent first? Woocommerce -

asp.net - How to correctly use QUERY_STRING in ISAPI rewrite? -

angularjs - How restrict admin panel using in backend laravel and admin panel on angular? -