GlobalCube.bat 243 B

1234567891011121314
  1. @call "%~dp0"scripts\config.bat "%~dpnx0"
  2. if "%Mo-So%"=="J" (
  3. echo Taegliche Aktualisierung [Montag - Samstag]
  4. call ..\OPTIMA_import.bat
  5. call ..\OPTIMA_imr_csv.bat
  6. call ..\OPTIMA_Cubes.bat
  7. rem call ..\OPTIMA_Versand.bat
  8. )