ARI_Versand.bat 176 B

12345678910
  1. @call "%~dp0"scripts\config.bat 0 > nul
  2. if "%Wochentag%"=="Mo" (
  3. call wait.bat 9:00
  4. echo Jeden Montag
  5. call c11_reportoutput.bat montags
  6. call versand.bat montags.csv
  7. )