World of Minecraft Error
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
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.