Windows NT command-line arguments

Issue

Scripts do not run on Windows NT when no space is placed between arguments and argument values. For example, the following invocation of the configssl script will not execute the script:

configssl -dhostname

User action

Place a space between an argument and its value:

configssl -d hostname