/P [password] Specifies the password for the given user. You can provide the command line
switch without specifying the password on the command line in cleartext. The system prompts
you for the password. Using this feature can help you maintain the security of passwords used
on your system.
/FO {TABLE | LIST | CSV} Defines the output provided by the utility. The table format is
normally the easiest to view on screen. The table columns define the values for output, while
each row contains one driver entry. The CSV output provides the best method for preparing the
data for entry in a database. Use redirection (see the ???Employing Data Redirection??? section of
Chapter 14 for details) to output the CSV data to a file and then import it to your database. The
list format provides one data element per line. Each group of data elements defines one driver.
The utility separates each driver by one blank line. Some people find the list format more readable
when working in verbose mode since the table format requires multiple lines for each entry
(the lines wrap). Figure 16.3 shows an example of the output you??™d see if you typed SystemInfo
/FO List and pressed Enter.
Pages:
980
981
982
983
984
985
986
987
988
989
990
991
992
993
994
995
996
997
998
999
1000
1001
1002
1003
1004