ComputerForum.com ComputerForum.com  
TigerDirect
 
Go Back   Computer Forum > Computer Systems > Desktop Computers

Reply
 
LinkBack Thread Tools Display Modes
Old 07-12-2004, 06:52 PM   #1 (permalink)
New Member
 
Join Date: Jul 2004
Posts: 13
Default how to run regsvr32 for dll on DOS-Prompt?

I've read an online instructions on ASP files. But this part doesn't seem clear to me:

Quote:
As you might be knowing that in order to use a COM component on your computer ( or server ), you have to register it using regsvr32 command. So in order to use this component go to the DOS prompt and then move to the location of the directory where you have kept the search engine files. Now type the following command :

regsvr32 GetURL.dll
And press enter. You will see a small window saying that component was successfully registered. That's it. Now you can use this component. Note, the ProgID of this component is Stardeveloper.GetURL.
http://www.stardeveloper.com/article...0051001&page=2

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
gilgalbiblewheel is offline   Reply With Quote


Old 07-12-2004, 06:53 PM   #2 (permalink)
Administrator
 
Praetor's Avatar
 
Join Date: Jul 2004
Location: Canada
Age: 24
Posts: 19,946
Default

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
Praetor is offline   Reply With Quote
Old 07-12-2004, 06:54 PM   #3 (permalink)
New Member
 
Join Date: Jul 2004
Posts: 13
Default

will that do the trick for registering GetURL.dll?
gilgalbiblewheel is offline   Reply With Quote
Old 07-12-2004, 06:55 PM   #4 (permalink)
New Member
 
Join Date: Jul 2004
Posts: 13
Default

how would I know if it's registered or not?
gilgalbiblewheel is offline   Reply With Quote
Old 07-12-2004, 07:10 PM   #5 (permalink)
Administrator
 
Praetor's Avatar
 
Join Date: Jul 2004
Location: Canada
Age: 24
Posts: 19,946
Default

Quote:
will that do the trick for registering GetURL.dll?
Try it! The answer is yes btw.

Quote:
how would I know if it's registered or not?
It will tell you
__________________
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
Praetor is offline   Reply With Quote


Old 07-12-2004, 07:20 PM   #6 (permalink)
New Member
 
Join Date: Jul 2004
Posts: 13
Default

Ok so I pasted it in system32 but not within the drivers folder. How do I know if it's registered? Do you know ASP? I don't know it. But I'm reading it.

Do I go to DOS-Prompt again?
gilgalbiblewheel is offline   Reply With Quote
Old 07-12-2004, 07:38 PM   #7 (permalink)
Administrator
 
Praetor's Avatar
 
Join Date: Jul 2004
Location: Canada
Age: 24
Posts: 19,946
Default

Quote:
Quote:
how would I know if it's registered or not?
It will tell you
Quote:
Do I go to DOS-Prompt again?
Ideally yeah although you could type in the command at the "run" window

__________________
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
Praetor is offline   Reply With Quote
Old 07-12-2004, 07:52 PM   #8 (permalink)
New Member
 
Join Date: Jul 2004
Posts: 13
Default

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.
gilgalbiblewheel is offline   Reply With Quote
Old 07-12-2004, 08:01 PM   #9 (permalink)
Administrator
 
Praetor's Avatar
 
Join Date: Jul 2004
Location: Canada
Age: 24
Posts: 19,946
Default

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
Praetor is offline   Reply With Quote
Old 07-12-2004, 08:12 PM   #10 (permalink)
New Member
 
Join Date: Jul 2004
Posts: 13
Default

Thanks a lot "run" did the trick.
gilgalbiblewheel is offline   Reply With Quote
Reply

Thread Tools
Display Modes

Posting Rules
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts

BB code is On
Smilies are On
[IMG] code is On
HTML code is Off
Trackbacks are On
Pingbacks are On
Refbacks are On



All times are GMT +1. The time now is 05:38 PM.


Powered by: vBulletin Version 3.7.2
Copyright ©2000 - 2008, Jelsoft Enterprises Ltd.
SEO by vBSEO 3.1.0 ©2007, Crawlability, Inc.
Copyright © 2002-2007 Computer Forum and Web Design Forum