How to Control the Notification Flag using n4CapturePrt
Keywords: n4captureprt NNOTI NOTI
Question:
In my WinBatchprogramm I want to use the n4CapturePrt() function because it is faster and I need the return value for Errorhandling.My problem is that I cann't find anything to control the Notification-Option with WinBatch n4CapturePrt() function.
All other options are supported but Notify is missing.
(My WinBatchCompiler Version is 98A)
Answer:
To control the Notification flag Novell's CAPTURE.EXE uses the Parameter NOTI for Notification and NNOTI for No Notification.The command line under DOS S/B:
CAPTURE S=ServerName Q=Queue NOTI CAPTURE S=ServerName Q=Queue NNOTIThe command line with WinBatch S/B:RunHide("CAPTURE","S=SrvName Q=Queue NOTI") RunHide("CAPTURE","S=SrvName Q=Queue NNOTI")
Article ID: W13603Filename: Notification-Option with n4CapturePrt.txt