Hi

Im running the following script and it appears to be working. However I need to press any key after the run command launches my external application. How can I change this so it launches the external app than passes control back to the file.

---------------------------------
IF INGROUP("Printer - OT20H5X1")
RUN "U:\DEFPRINT /D OT20H5X1"
ENDIF

IF INGROUP("Printer - OT20H8K1")
RUN "U:\DEFPRINT /D OT20H8K1"
ENDIF
---------------------------------

Thanks
Anthony