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.
|