Skip to main content

Common Task Utility

FlexNet Manager Suite ()

The tool ndcrproc.exe is a command-line tool that is used in FlexNet Manager Suite to execute all scheduled tasks. It enables you to closely manage child tasks, including:

  • Suppressing appearance of any window in the user interface
  • Preventing simultaneous execution of multiple instances.

To schedule execution of

c:\path\sample.exe -d

without displaying an interactive user interface window, enter the following command line into the Windows Task Scheduler:

ndcrproc.exe -e c:\path\sample.exe -l c:\path\sample.exe -o CREATE_NO_WINDOW=True -- -d

There are further examples of the use of this tool in the default command lines for the scheduled tasks in the following sections.

2025 R1.1
  • Parameters for ndcrproc.exe

**Parent topic:**Appendix 2: Scheduled Tasks