View Single Post
  #7  
Old 04-13-2012, 12:28 AM
wolfwalkereci
Discordant
 
Join Date: Dec 2005
Posts: 435
Default

The bat file never worked for me but following the thread here this is how I do it. Example below based on my folder structure.

Start Command Prompt:
cd c:\ ENTER
cd everquest ENTER
cd emu_server ENTER
cd georgetools ENTER
cd FOLDERNAME ENTER
cd resources ENTER
for %i in (*.ocx) do regsvr32 %i ENTER

I italic the folder name, replace that with whichever you are trying to get working.
I bold the keypress.
Should be easy to understand laid out like this.
Reply With Quote