WinBatch Tech Support Home

Database Search

If you can't find the information using the categories below, post a question over in our WinBatch Tech Support Forum.

TechHome

n4CapturePrt

Can't find the information you are looking for here? Then leave a message over on our WinBatch Tech Support Forum.

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 NNOTI
The command line with WinBatch S/B:
	RunHide("CAPTURE","S=SrvName Q=Queue NOTI")
	RunHide("CAPTURE","S=SrvName Q=Queue NNOTI")

Article ID:   W13603
Filename:   Notification-Option with n4CapturePrt.txt
File Created: 1999:04:15:16:55:08
Last Updated: 1999:04:15:16:55:08