According to the documentation ...
"Post-User Batch Procedures - Hyena also supports running an optional command file for each user addition, modification, or deletion. This option can be enabled and the name of the batch file specified in the Tools->Settings->User dialog. When the command procedure is run, the following parameters are passed to it:
%1 = Action. This value will be set to ADD for additions, DEL for deletions, MOD for a single user modification and MODS for multi-user modifications."
What is classified as a modification as I cannot get the MOD to work? I have tried modifying the description, adding groups etc but it still will not run my batch file parameters contained in the :MOD section that %1 is supposed to parse in. The delete and add sections work fine so I know it is not the formatting of my batch file?
Thanks for any help.
"Post-User Batch Procedures - Hyena also supports running an optional command file for each user addition, modification, or deletion. This option can be enabled and the name of the batch file specified in the Tools->Settings->User dialog. When the command procedure is run, the following parameters are passed to it:
%1 = Action. This value will be set to ADD for additions, DEL for deletions, MOD for a single user modification and MODS for multi-user modifications."
What is classified as a modification as I cannot get the MOD to work? I have tried modifying the description, adding groups etc but it still will not run my batch file parameters contained in the :MOD section that %1 is supposed to parse in. The delete and add sections work fine so I know it is not the formatting of my batch file?
Thanks for any help.
Comment