I am trying to build a Windows .bat script that includes several commands:
ionic state restore
ECHO done restoring state
However, the "ionic state restore" command appears to be exiting out of my control so that I do not see the ECHO or any subsequent steps.
Is there a way to run this in silent mode or in some way I can continue on after it is done?
ionicprogram?