Previous Topic: dereg--Deregister software items at the staging libraryNext Topic: batch


verbose

Verbose mode is an interactive mode that prompts for a value for each of the keywords and parameters for a particular command. The following illustrates the prompts returned when issuing a command in verbose mode.

D:\TEST>sd_sscmd verbose
SD Server Command Line 11.n.nnn Copyright (c) 2008 CA. All rights reserved.
Valid commands are:
	aregsw
	dereg
	quit
 
command :            aregsw
path  :                   D:\test
reginfo (optional) :   D:\test\reginfo
logfile (optional) :    D:\test\log1b.txt
SD_SSCMD<0>: Command successfully executed.

To enable verbose command support, you would first issue the command:

sd_sscmd verbose

You can choose from a list of commands. To indicate the command to execute, type the command and press Enter. The example shown illustrates how to execute the software registration command, aregsw.

After entering a command, you are prompted to supply values for each of the keywords and parameters associated with the command you specified . For example, the first parameter value you must supply for aregsw is path . After a value for path is supplied, the next prompt displays, in this case, logfile, until values for all parameters have been specified.

Note: When prompted to supply values for optional parameters, pressing Enter before entering a value will advance you to the next parameter without requiring an entry.