World of Minecraft Error
No replies
beballin16
WoM Member
Members
WoM Member: 264554
WoM Coins: 8

I've been trying to code some stuff together. Click one .bat file and it opens multiple things. Like World of Minecraft, Skype, Spotify. So my beginning code looks like this

run c:\users\owner\desktop\mine\World of Minecraft\wom.exe
when i run the batch file i get the error 
Fatal error:
 There is a problem with your installation
 Native folder is empty
 Please reinstall.
 
That error is false, there are the .dll's in the folder and World of Minecraft runs fine when i just click the icon. Now here comes the weird part. If i open command prompt and use the change directory, cd, i locate the folder that World of Minecraft is in then type World of Minecraft.exe. the line of code is exactly the same, yet it works when i myself change the directories.