stopping the Exec command's DetailPrint
there are some instances where I don't want user info displayed on a ExecWait call. any ideas about how the automatic DetailPrint is disabled?
thanks,
mdm
Archive: stopping the Exec command's DetailPrint
stopping the Exec command's DetailPrint
there are some instances where I don't want user info displayed on a ExecWait call. any ideas about how the automatic DetailPrint is disabled?
thanks,
mdm
SetDetailsPrint none
## do hidden stuff ##
SetDetailsPrint both
-Stu
excellent, thanks
mdm