OCEmu.exe doesn't pass any arguments
kitsu opened this issue · 1 comments
kitsu commented
Just downloaded latest Windows binaries.
After messing around getting just OCEmu.exe on my path I tried calling it with the path to my HDD from my current world, but no matter what I tried it just boots the default image.
I did some print-debugging in boot.lua
and found that my arguments aren't passed to the script.
Here is my OCEmu.cmd
file located at c:\bin
:
@echo off
pushd .
echo %~f1
cd /D C:\bin\OCEmu-x32\
OCEmu.exe "%~f1"
popd
I tried running the exe directly with the same result.