#------------------------------------------------------------------------------ # # NSSDC/CDF CDFinquire online help. # # Version 1.1a, 21-Nov-97, Hughes STX. # # Modification history: # # V1.0 ?, J Love Original version. # V1.1 26-Aug-96, J Love CDF V2.6. # V1.1a 21-Nov-97, J Love Windows NT/95. # #------------------------------------------------------------------------------ #ifos mac win CDFinquire is used to display the version of the CDF distribution being used and the default toolkit qualifiers. The parameters/qualifiers dialog box displayed when CDFinquire is `executed' contains the following controls. Check boxes for... Id: Causes the version of the CDF distribution and the defaults used when the CDF distribution was built to be displayed. This qualifier is required. Page output: Whether or not the output is displayed one page (screen) at a time. Buttons for... Enter Causes CDFinquire to inquire the CDF distribution based on the parameters/qualifiers specified. Help Causes this online help to be displayed. #ifos mac Quit Causes CDFinquire to terminate. (The CDF distribution is not inquired.) This button is only present the first time the parameters/qualifiers dialog box is displayed. #endos Cancel Causes the parameters/qualifiers dialog box to be closed. (The CDF distribution is not inquired.) #ifos mac This button is only present after the first time the parameters/qualifiers dialog box is displayed. #endos #else #ifos vms Usage: $ CDFINQUIRE /ID [/[NO]PAGE] #endos #ifos unix Usage: % cdfinquire -id [-[no]page] #endos #ifos dos Usage: > cdfinquire -id [-[no]page] #endos Purpose: CDFinquire displays the version of the CDF distribution being used and the default toolkit qualifiers. Parameter(s): (None) #ifos vms Qualifier(s): /ID #else Qualifier(s): -id #endos Causes the version of the CDF distribution and the defaults used when the CDF distribution was built to be displayed. This qualifier is required. #ifos vms /[NO]PAGE #else -[no]page #endos Specifies whether or not the output is displayed a page at a time. #ifos vms Example(s): $ CDFINQUIRE/ID/PAGE #endos #ifos unix Example(s): % cdfinquire -id -page #endos #ifos dos Example(s): > cdfinquire -id -page #endos #endos