WoM Error
No replies
beballin16's picture
beballin16
WoM Member
Members
Joined: 05/13/2011
Last seen: 17 weeks 8 hours ago
Points: 8
0 votes

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

run c:\users\owner\desktop\mine\wom\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 wom 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 wom is in then type wom.exe. the line of code is exactly the same, yet it works when i myself change the directories.