SYSMANHELP.HLB  —  STARTUP  REMOVE
    Removes a record in the startup database, so the specified
    startup file no longer executes during system startup.

    Requires read (R)  and write (W) access to the startup database.

    Format

      STARTUP REMOVE  FILE filespec

1  –  Parameters

 FILE

    Removes a component from the startup database. SYSMAN modifies
    STARTUP$STARTUP_LAYERED by default.

 filespec

    Specifies the name of the file to remove from the startup
    database. Wildcard characters are accepted.

2  –  Qualifiers

2.1    /CONFIRM

       /CONFIRM
       /NOCONFIRM (default)

    Controls whether the STARTUP REMOVE command displays the file
    specification of each file before deleting its record in the
    startup database and requests you to confirm that the file be
    deleted. If you specify /CONFIRM, you must respond to the prompt
    with a Y (Yes) or a T (True) and press Return before the file
    is removed. If you enter anything else, such as N or No, the
    requested file is not removed.

2.2    /LOG

       /LOG
       /NOLOG (default)

    Controls whether SYSMAN displays the file specification of each
    file after it has been removed.

2.3    /PHASE

       /PHASE=phase-name

    Indicates the phase of system startup from which the file will be
    removed. Valid phases include LPBEGIN, LPMAIN, LPBETA, and END.

3  –  Example

  SYSMAN> STARTUP REMOVE FILE DECSET$ENVMGR_STARTUP.COM /LOG

      This command takes the file DECSET$ENVMGR_STARTUP.COM out of
      the startup database.
Close Help