|
|
#1 (permalink) | |
|
New Member
![]() Join Date: Jul 2004
Posts: 13
|
I've read an online instructions on ASP files. But this part doesn't seem clear to me:
Quote:
but his last reply in his forum is dated June 31 and before that March 31. So I need faster answers. But how does it work? Going to DOS-Prompt, I get: C:\WINDOWS> I've typed all kinds of things starting with: regsvr32 GetURL.dll But the reply is: Bad command or file name |
|
|
|
|
|
|
#2 (permalink) |
|
Administrator
![]() Join Date: Jul 2004
Location: Canada
Age: 24
Posts: 19,946
|
Eithert Copy the GetURL to C:\Windows\System32 or use the fullpath
__________________
ASUS P5K Premium WiFi-AP, Q6600@3.7 / ASUS P5ND, E6400@3.8 4GB OCz Platinum XTC 8500 / 4GB CorsairXMS2 6400 5x500GB Seagate 7200.10 / 2x500 Seagate 7200.10 OCz 8800GTX 768MB @ 630/800 / 2x Galaxy 8800GT SLI |
|
|
|
|
|
#5 (permalink) | ||
|
Administrator
![]() Join Date: Jul 2004
Location: Canada
Age: 24
Posts: 19,946
|
Quote:
Quote:
__________________
ASUS P5K Premium WiFi-AP, Q6600@3.7 / ASUS P5ND, E6400@3.8 4GB OCz Platinum XTC 8500 / 4GB CorsairXMS2 6400 5x500GB Seagate 7200.10 / 2x500 Seagate 7200.10 OCz 8800GTX 768MB @ 630/800 / 2x Galaxy 8800GT SLI |
||
|
|
|
|
|
#7 (permalink) | ||
|
Administrator
![]() Join Date: Jul 2004
Location: Canada
Age: 24
Posts: 19,946
|
Quote:
Quote:
![]()
__________________
ASUS P5K Premium WiFi-AP, Q6600@3.7 / ASUS P5ND, E6400@3.8 4GB OCz Platinum XTC 8500 / 4GB CorsairXMS2 6400 5x500GB Seagate 7200.10 / 2x500 Seagate 7200.10 OCz 8800GTX 768MB @ 630/800 / 2x Galaxy 8800GT SLI |
||
|
|
|
|
|
#8 (permalink) |
|
New Member
![]() Join Date: Jul 2004
Posts: 13
|
I'm sorry I'm a bit slow to understand. My ASP folders are separate. doesn't GetURL.dll have to be with the ASP files? I've tried it on DOS-Prompt again by typing:
C:\WINDOWS>SYSTEM32\regsvr32 GetURL.dll And the answer was: Bad command or file name again. |
|
|
|
|
|
#9 (permalink) |
|
Administrator
![]() Join Date: Jul 2004
Location: Canada
Age: 24
Posts: 19,946
|
1. Copy the GetURL.dll (henceforth known as "DLL" to save me typing) to C:\Windows\System32 ... it wont work unless its copied there
2. Type regsvr32 "DLL" 3. A msgbox will popup like the following: ![]() 4. A full step-by-step can be found here: http://www.stoneedge.com/support/regsvr32.html 5. You technically dont have to have the DLL in the System32 folder but sometimes people have difficulty getting it to work without it so I suggested that. Technically all you need to do is type regsvr <full path of the DLL> and that will work 6. This regsvr32 is for registering ActiveX-type controls to Windows -- not guaranteed to work any other way (i.e., if its not a control-DLL)
__________________
ASUS P5K Premium WiFi-AP, Q6600@3.7 / ASUS P5ND, E6400@3.8 4GB OCz Platinum XTC 8500 / 4GB CorsairXMS2 6400 5x500GB Seagate 7200.10 / 2x500 Seagate 7200.10 OCz 8800GTX 768MB @ 630/800 / 2x Galaxy 8800GT SLI |
|
|
|