DISM command in a batch file

I’m trying to run the following 2 DISM commands as a task in the BigFix Console but they keep failing. I really need help, is there a savior out there? Thanks!

cmd.exe /c DISM.exe /Online /Remove-Package /Packagename:Package_for_RollupFix~31bf3856ad364e35~amd64~~15063.966.1.1 /quiet /norestart

cmd.exe /c DISM.exe /Online /Remove-Package /Packagename:Package_for_RollupFix~31bf3856ad364e35~amd64~~15063.502.1.9 /quiet /norestart

Make sure 32-bit redirection isn’t a problem. Try adding
action uses wow64 redirection false
To the actionscript before running the dism commands.

You also should not need the cmd.exe /c, you should just be able to run
waithidden dism.exe /parameters