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

elasticsearch - what is the equivalent data type for geo_point in hibernate search? -

firebase - How to wait value in Ionic 2 -

powershell - Invoke-WebRequest fails for a large file -