Rules for Specifying Command Line Parameters |
Command line parameters for
A space followed by a forward slash (recommended).
A forward slash.
A space.
Regardless of the combination of spaces and slashes used, no spaces are permitted within the parameters, only between the parameters. However, newer versions of Windows allow the use of spaces in folder and file names. For additional information, see Using Spaces in File Names.
/F=document_file_name /D=data_file_name
/F=document_file_name/D=data_file_name
F=document_file_name D=data_file_name
Extra spaces within parameters:
/F = document_file_name /D = data_file_name
/F= document_file_name /D= data_file_name
F= document_file_name D= data_file_name
Lack of separator between parameters:
F=document_file_nameD=data_file_name
/F=document_file_nameD=data_file_name
Related Topics