How do I avoid "Press space to continue" while executing a dump program.

jchellap

Member
I am trying to execute a dump program however, in betweeen the extraction I am getting the error message "Press space bar to continue".


This extraction program has to be set us auto / cron job .Please let me know how can I avoid this?

Thanks in advance.
 
This is not an error message. The origin of the message is that a message must be hidden in order to continue and you are prompted to press the space bar to confirm that.

PAUSE 0 BEFORE-HIDE NO-MESSAGE will make it go away.

Heavy Regards, RealHeavyDude.
 
Back
Top