GAPS_Woche.xml 3.4 KB

12345678910111213141516171819202122232425262728293031323334353637383940414243444546474849
  1. <?xml version="1.0" encoding="UTF-16"?>
  2. <Task version="1.2" xmlns="http://schemas.microsoft.com/windows/2004/02/mit/task">
  3. <RegistrationInfo>
  4. <Date>2011-08-01T09:50:40.9399885</Date>
  5. <Author>DRESENDMS\Administrator</Author>
  6. <Description>.</Description>
  7. </RegistrationInfo>
  8. <Triggers>
  9. <CalendarTrigger>
  10. <StartBoundary>2011-08-01T15:30:00</StartBoundary>
  11. <Enabled>true</Enabled>
  12. <ScheduleByDay>
  13. <DaysInterval>1</DaysInterval>
  14. </ScheduleByDay>
  15. </CalendarTrigger>
  16. </Triggers>
  17. <Principals>
  18. <Principal id="Author">
  19. <UserId>DRESENDMS\Administrator</UserId>
  20. <LogonType>Password</LogonType>
  21. <RunLevel>HighestAvailable</RunLevel>
  22. </Principal>
  23. </Principals>
  24. <Settings>
  25. <MultipleInstancesPolicy>IgnoreNew</MultipleInstancesPolicy>
  26. <DisallowStartIfOnBatteries>true</DisallowStartIfOnBatteries>
  27. <StopIfGoingOnBatteries>true</StopIfGoingOnBatteries>
  28. <AllowHardTerminate>true</AllowHardTerminate>
  29. <StartWhenAvailable>false</StartWhenAvailable>
  30. <RunOnlyIfNetworkAvailable>false</RunOnlyIfNetworkAvailable>
  31. <IdleSettings>
  32. <StopOnIdleEnd>true</StopOnIdleEnd>
  33. <RestartOnIdle>false</RestartOnIdle>
  34. </IdleSettings>
  35. <AllowStartOnDemand>true</AllowStartOnDemand>
  36. <Enabled>true</Enabled>
  37. <Hidden>false</Hidden>
  38. <RunOnlyIfIdle>false</RunOnlyIfIdle>
  39. <WakeToRun>false</WakeToRun>
  40. <ExecutionTimeLimit>PT23H</ExecutionTimeLimit>
  41. <Priority>7</Priority>
  42. </Settings>
  43. <Actions Context="Author">
  44. <Exec>
  45. <Command>C:\Windows\System32\cmd.exe</Command>
  46. <Arguments>/C "C:\GAPS\Portal\Tasks\Gaps_Versand.bat"</Arguments>
  47. </Exec>
  48. </Actions>
  49. </Task>