xml import

About this tag
The xml import tag on WindowsForum.com covers discussions about importing XML files into Windows Task Scheduler. Users share methods for creating scheduled tasks that involve XML configuration files, such as setting up an alarm clock with Windows Media Player or deploying scripts via MSI packages. The tag focuses on practical steps for importing XML task definitions using the Task Scheduler interface or command-line tools. Topics include creating MSI files that contain XML imports and automating task creation. The content is aimed at users looking to automate or schedule tasks in Windows using XML-based task definitions.
  1. M

    Create MSI to copy files

    How do I create an MSI file to do the following: Install file.vbs into C:\Windows Import file.xml into TaskScheduler Note: both files to be contained in the MSI file. Thank you
  2. VIDEO Windows Media Player Alarm Clock using Task Scheduler

    This is fairly simple, but useful. You can create an alarm clock with Windows Media Player in scheduled tasks (Task Scheduler) by programming the following into the Task Scheduler: Step 1: Launch Task Scheduler Start Search Task Scheduler OR Start Key +R Run... taskschd.msc /s Step 2...