
OnNewDir Event
Parameter list:
                 |        P1      |  P2  |    P3      |    P4    |  P5  |  P6  |   P7 |   P8    |    P9     |
    MultiExec    |       "%@"     | "%h" | "onNewDir" |          |      |      |      |         |           |
    tj-mkdir.exe |     "NEWDIR"   | "%r" |   "%S"     |   "%g"   | "%Y" | "%@" |      |         |           |
    CScript.exe  | ..\LatestX.vbs | "%@" |   "%h"     | "NEWDIR" | "%G" | "%r" |      |         |           |
    CScript.exe  |   ..\Imdb.vbs  | "%@" |     1      |   "%h"   | "%S" | "%g" | "%r" |"NewDir" | "getinfo" |

    Now, so that MultiExec can pass on the required parameters to the different
    commands we need to add the missing parameters to the MultiExec parameter list.
    !!! The first 3 parameters of MultiExec are fixed and must not be changed !!!

    Once we have added the missing parameters to the MultiExec list with parameters
    required by the commands, we need to map MultiExec parameters to the command
    parameters :

                 |        P1      |  P2  |    P3      |    P4    |  P5  |  P6  |  P7  |    P8    |    P9     |
    MultiExec    |       "%@"     | "%h" | "onNewDir" |   "%G"   | "%r" | "%S" | "%g" |   "%Y"   |           |
    tj-mkdir.exe |     "NEWDIR"   |  P5  |    P6      |    P7    |  P8  |  P1  |      |          |           |
    CScript.exe  | ..\LatestX.vbs |  P1  |    P2      | "NEWDIR" |  P4  |  P5  |      |          |           |
    CScript.exe  |   ..\Imdb.vbs  |  P1  |    1       |    P2    |  P6  |  P7  |  P5  | "NewDir" | "getinfo" |

OnFileUploaded Event
Parameter list:
                     |        P1      |  P2  |        P3        |    P4    |   P5   |  P6  |  P7  |       P8      |    P9     |
    MultiExec        |       "%@"     | "%h" | "onFileUploaded" |          |        |      |      |               |           |
    tj-zipscript.exe |        %@      | "%m" |      "%e"        |   "%S"   |  "%g"  | "%V" |      |               |           |
    CScript.exe      |   ..\Imdb.vbs  | "%@" |        1         |   "%h"   |  "%S"  | "%g" | "%r" |"FileUploaded" | "getinfo" |

    Now, so that MultiExec can pass on the required parameters to the different
    commands we need to add the missing parameters to the MultiExec parameter list.
    !!! The first 3 parameters of MultiExec are fixed and must not be changed !!!

    Once we have added the missing parameters to the MultiExec list with parameters
    required by the commands, we need to map MultiExec parameters to the command
    parameters :

                     |        P1      |  P2  |        P3        |    P4    |    P5   |  P6  |  P7  |       P8       |     P9    |
    MultiExec        |       "%@"     | "%h" | "onFileUploaded" |    "%r"  |   "%S"  | "%g" | "%e" |      "%V"      |    "%m"   |
    tj-zipscript.exe |        P1      |  P9  |        P7        |    P5    |    P6   |  P8  |      |                |           | 
    CScript.exe      |   ..\Imdb.vbs  |  P1  |         1        |    P2    |    P5   |  P6  |  P4  | "FileUploaded" | "getinfo" | 
