To run program:

execute the command inside run.bat file, or execute run.bat file ...

To make a shortcut:
    Make a regular shortcut but make sure the "working directory"
    is set to directory in which run.bat is kept.

    If you cannot set the working diretory (for example in Gnome) write a script like this:

    In python,

    import os

    os.chdir("path to words dir")
    os.system("./run.bat")
