|
Try the following command…
AUTO_ANSWER[ ] (Auto Answer), command. Automatically responds to non-error messages that are displayed. The selected response will be applied to the message and the macro will continue without stopping. Critical errors will not be ignored and will still stop the macro. Auto Answer cannot be used to trigger or accept non-message dialog boxes (such as Save or Display Modes). The auto-answer mode will stay on until macro completes or until it is explicitly turned off by AUTO_ANSWER [AA=“OFF”]. Note: Auto Answer is not a recordable macro command. AUTO_ANSWER[AA=$$] AA = Answer (required) “OFF” = Notice will be displayed as it would normally (interactive with user and interrupt macro processing) “OK” = Answers with “Ok” or “Yes” where applicable. “YES” = Answers with “Ok” or “Yes” where applicable. “CANCEL” = Answers with “Cancel” when applicable; if not, then like “OK” “NO” = Answers with “No” when applicable; if not, then like “Cancel” when
-----Original
Message-----
Hi...]
I've written a macro to post my codes to 8 different machines at same time.
But I have a little problem. How can I ignore the errors when the macro is running.
Example: Filename: 8a168-a3.nc If this file exists on my target folder, SC shows a warning message.
Can I deactivate or ignore this kind of erros?
Macro body text:
STRING:#POSMZKC
STRING:#POSMZKB
STRING:#POSMZKI
STRING:#POSPFV
STRING:#POSROC
STRING:#POSCINC
/////////////////////////////////////
STRING:#POSMCP
STRING:#POSMFZ
//////////////////////////////////
IF(#VAJV6080=1)
IF(#VMTV515=1)
IF(#VHELLER=1)
IF(#VROCCO=1)
IF(#VCINC=1)
//////////////////////////////////////////////////////////////////////
IF(#VMCP=1)
IF(#VMFZ=1)
/////////////////////////////////////////////////////////////////////
Anderson Fraga Angelucci Depto. T�cnico POLIMOLD INDUSTRIAL S/A Tel.:(55)(11)43587333 - Ramal 284 Fax:(55)(11)43587303 |
<<image001.gif>>
