Page 1 of 1

I think micromacro can not find to rom file Help pls

Posted: Sun Dec 13, 2015 3:36 pm
by turkchopper
I instal Rom to my D: disk and install to micromacro to same disk

when I open createpath.bat it give error and says
Load file error code: 10 <File Error>
can not open Rom: No such file or directory

help please
I think micromacro can not find to rom folder because I didnt install rom to deafult file location
how fix it ?

Re: I think micromacro can not find to rom file Help pls

Posted: Sun Dec 13, 2015 8:59 pm
by beanybabe
On some windows the path does not work I had trouble with Windows Vista.

You just need to edit the batch files.

createpath.bat

Code: Select all

@echo off
START ../../micromacro.exe "%~dp0/createpath.lua"
and change them to the right path like
fixed createpath.bat

Code: Select all

@echo off
START d:/micromacro/micromacro.exe "%~dp0/createpath.lua"