Permissions

This command reads any specified directory and returns a list of all compiled grammar files inside it that you can access using the specified license.

edktool p -d <directory> -l <licencefile>

The following table describes the optional parameters for this command.

-l <licensefile>

The Eduction license to use. You can provide either: 

  • A path to the file that contains the license key.

    This file can include the version key, concatenated to the license key with a semicolon (;), or you can copy the versionkey.dat to the same directory as the license key file. See Eduction Licenses in edktool.

  • The license data. This license data must include the license key and the version key, separated by a semicolon (;).

If you do not specify a license key, edktool attempts to load the license licensekey.dat and versionkey.dat in its current working directory. You must specify the license parameter if your license is in a different location.

-a

Set this parameter to return a list of all compiled grammar files inside the directory that are not accessible under the specified license.

-q Run in quiet mode. In this case, edktool removes all descriptive messages from the output and shows a list of file names only, in the format Valid: filename.ecr or, if you also included the -a parameter, Invalid: filename.ecr.