...
Code Block | ||
---|---|---|
| ||
<?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 | ||
---|---|---|
| ||
<?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> |