Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.

...

Code Block
languagehtml/xml
<?xml version="1.0" encoding="ISO-8859-1"?>
<job >
    <script  language="shell">
        <![CDATA[
           copy c:/outbound/test.txt d:\reports\daily
        ]]>
    </script>

    <run_time />
</job>

...

JobScheduler example Job with whoami /all command

...

Code Block
languagehtml/xml

<?xml version="1.0"

...

 encoding="ISO-8859-1"?>

...


<job >

...

No Format
    <script  language="shell">
        <\![CDATA[
         whoami /all
         copy c:/outbound/test.txt d:\reports\daily
        ]]>
    </script>

    <run_time />

...


</job>