GlobalCube.bat 231 B

1234567891011121314
  1. @call "%~dp0"scripts\config.bat "%~dpnx0"
  2. if "%Mo-So%"=="J" (
  3. echo Taegliche Aktualisierung [Montag - Sonntag]
  4. rem call ..\ARI_import.bat
  5. call ..\ARI_imr_csv.bat
  6. call ..\ARI_Cubes.bat
  7. call ..\ARI_Versand.bat
  8. )