BEMCMD list active jobs for ALL jobs
Hi,
I want to unpause the tapedrive automatically when there are no active/running jobs running anymore for 10 mins.
How can I achieve this with the BEMCMD in a bat-file?
I searched for -o15 and -o16 and it requires a job name or job id.... I would to use a sort of wild card (*) so that I dont have to use this command for every seperate job. Or else I have to lookup more then 100 job ids/names....
Kind regards,
Aha I found it! it was listed as deprecated command, but it still works: bemcmd -o11
C:\Program Files\Symantec\Backup Exec>bemcmd -o11
NUMBER OF OBJECTS: 0
RETURN VALUE: 1Now I can create a BAT file to check the active jobs.
I'm not sure how to create this bat-file, but if somebody could help me with an example I would be really thankfull.