|
-
Feb 8th, 2002, 10:51 AM
#1
Thread Starter
Addicted Member
Shell API??? w/ DOS commands?
Howdy!
Question #2
using the Shell command or the ShellExecute Api is straight forward enough
But, I need to run regsvr32.exe from my app with an 'example.dll' that needs to be registered
if I run regsvr32 from windows or DOS the command is:
regsvr32.exe example.dll
What is it using Shell or anything else?????
Thanx
Hyme
-
Feb 8th, 2002, 12:03 PM
#2
Black Cat
The fourth (lpParameters) argument to ShellExecute is the command line argument, if you "open" an *.exe.
Josh
Get these: Mozilla Opera OpenBSD
I have books for sale: "MCSD in a Nutshell" and "VB Distributed Exam Cram" - PM me for details. Will also trade for a decent ATX Pentium 2 MB/CPU/RAM combo.
Posting Permissions
- You may not post new threads
- You may not post replies
- You may not post attachments
- You may not edit your posts
-
Forum Rules
|
Click Here to Expand Forum to Full Width
|