This option reads any specified directory and returns a list of all compiled grammar files inside it that you can access using the specified licence.
To enable this feature, type edktool p -d <directory> -l <licencefile>
at the command line. You can also include the optional parameter -a
to return a list of all compiled grammar files inside the directory that are not accessible under the specified licence.
Note: If you do not specify a license key at the command line, edktool
assumes that the location of the license file is licensekey.dat
. If the license is kept in this location, you do not need to specify the -l <licensefile>
parameter.
You can include the optional -q
parameter to enable "Quiet Mode" and remove descriptive messages from the output. If you enable “Quiet Mode”, the output consists of a list of file names only, in the format Valid: filename.ecr
or, if you also included the -a
parameter, Invalid: filename.ecr
.
|