batch file - Getting Autosys Job Status from Autosys CLI using Java -




i used batch file fetch status of autosys job autosys cli. want same in java. want fetch data automated mails. know runtime class can used executing external commands , used powershell. not sure how same autosys cli. fetch data automated mails.

set server1=xxxxxx     set autoserv=xxxxx     set path=xxx    /f "tokens=1" %%j in ('autostatus -j xxxxjob') set status=%%j 





wiki

Comments

Popular posts from this blog

Asterisk AGI Python Script to Dialplan does not work -

python - Read npy file directly from S3 StreamingBody -

kotlin - Out-projected type in generic interface prohibits the use of metod with generic parameter -