in reply to How to replace the command line with Perl?
# Run Srvmgr in a pipe open (SRVMGR, "|Srvmgr.exe") || die "Can't run Srvmgr:$!"; print SRVMGR 'Run Task for comp ProcMgr server sieb04_env# with proce +ssName="Project Deployment", RowId=”Captured Session Id”',"\n"; close SRVMGR;
|
|---|