LOCOSOFT_Versand.bat 500 B

123456789101112131415161718192021
  1. @call "%~dp0"scripts\config.bat 0 > nul
  2. call wait.bat 7:30
  3. if "%Mo-Sa%"=="J" (
  4. echo Taeglicher Versand [Montag - Samstag]
  5. call c11_reportoutput.bat taeglich
  6. call versand.bat taeglich.csv
  7. )
  8. if "%Wochentag%"=="Mo" (
  9. echo Jeden Montag
  10. call c11_reportoutput.bat montag
  11. call versand.bat montags.csv
  12. )
  13. if "%Wochentag%"=="Mi" if "%UngeradeWoche%"=="J" (
  14. echo Jeden 2. Mittwoch - ungerade KW
  15. call c11_reportoutput.bat mittwochs_alle_14Tage
  16. call versand.bat mittwochs_alle_14Tage.csv
  17. )