Hi
batch file located: 'c:\micromacro\scripts\rom\batchfile.bat'
code inside batch file:
@echo off
START ../../micromacro.exe scripts/rom/bot.lua profile:knight
When run the batch file is the following error:
scripts/rom/scripts/rom/userfunctions/addon_Rock5s_Mail_Functions.lua: No such file or directory
^^^^^^^^^^^^^^^^^^
It looks like
romglobal contains twice the same path: '
scripts/rom/'
It can work the include () function? It is clearly shortened.
When restore a previous version of the include () error not occur
File location addons has not changed and is located in the directory 'c:\micromacro\scripts\rom\userfunctions'
Earlier this error was not.