To run the sample PythonVBScript plugin channel:

(*) Run Notepad and open (or create) the file GLOBAL.INI in the Awasu
    installation directory. Add the following entries:
    
        [Scripting File Associations]
        .vbs=c:\windows\system32\cscript.exe /nologo "%1"

        [Script File Types]
        .vbs=VBScript    

    Make sure that the path to CSCRIPT.EXE is correct.
    
(*) Restart Awasu.

(*) Start the New Channel wizard (File, New Channel) and select the 
    .vbs file in this directory.

