by sssscary on Sun Jan 31, 2010 12:24 am
I was also trying to figure out how to reload the database without refreshing, since I have a program that updates some of the info in the movie database, but I still rely on the xlobby refresh to add the movies the first time. I ended up just creating two bat files, one that sets the movie.xml to read-only, one that sets it back. I then created event that runs first one, then does database refresh, then runs second bat file. This cause the database to just reload, it can't refresh cuz its read only. seems to work great