<sscmbatch
serverconnect="localhost:4900"
serverlogin="administrator:"
input="${src}/sscm.batch"
/>
Run the batch file ${src}/sscm.batch on the server at localhost, port 4900 with username 'administrator' and a blank password. All script output will be directed to the console.
<sscmbatch
serverconnect="localhost:4900"
serverconnect="administrator:"
input="${src}/sscm.batch"
output="${dist}/sscm.batch.out"
/>
Run the batch file ${src}/sscm.batch on the server at localhost, port 4900 with username 'administrator' and a blank password. All script output will be redirected to ${dist}/sscm.batch.out.