Reference Guide

Table Of Contents
Case sensitivity
Command line options, pre-dened and user-dened arguments, and lenames given as arguments are all case-sensitive. Unless specied
otherwise, enter all commands, options, arguments, and command line switches in lowercase letters.
Command line option delimiter
The following table lists some examples of valid and invalid Dell Command | Congure command line options.
Windows path:
For 32-bit systems — C:\Programles (x86)\Dell\Command Congure\X86
For 64-bit systems — C:\Programles (x86)\Dell\Command Congure\X86_64
Linux path:/opt/dell/dcc/
Table 2. Valid and invalid command line options for systems running Windows
Valid or
Invalid
Dell Command | Congure Command Line Example
valid
cctk --option1 --option2 cctk --asset --mem
invalid
cctk --option1=[argument]
--option2 --option3
cctk --asset=1750 --floppy --biosromsize
valid
cctk -o=filename --option1
--option2
or
cctk -o filename --option1 --option2
cctk -o=/tmp/myfile.txt --mem
--sysname
or
cctk -o /tmp/myfile.txt --mem --sysname
valid
cctk -l=filename--option1 --option2
or
cctk -l filename
--option1 --option2
cctk -l=/tmp/myfile.txt--mem --sysname
or
cctk -l /tmp/myfile.txt--mem --sysname
invalid
cctk -i=filename
--option1 --option2
or
cctk -i filename
--option1 --option2
cctk -i=/tmp/myfile.txt --mem --sysname
or
cctk -i /tmp/myfile.txt --mem --sysname
valid
cctk --option=argument cctk --embnic1=on
Table 3. Examples of command line options for systems running Linux
Dell Command | Congure Command Line Example
./cctk --option=argument ./cctk --numlock=enable
Command line interface 19