Run a Job on Microsoft Windows from a Process Submitted on UNIX

This Process shows how to initiate a Process from UNIX that executes commands at a Microsoft Windows node. In this example, the command dir is issued on the node with the output redirected to a file called list.out. When issuing a console command, such as del, dir, or move, specify the command in the sysopts parameter exactly the way it is issued at the command prompt directly on the Microsoft Windows system.

ntsub1  process  snode=cd.win
                 retain=yes
                 prty=yes
runj01  run job  snode
                 sysopts="cmd(dir d:\users\jdoe1\*.*
>>d:\users\jdoe1\list.out)"
  pend;