Results 1 to 2 of 2

Thread: Shell API??? w/ DOS commands?

  1. #1

    Thread Starter
    Addicted Member
    Join Date
    May 2000
    Posts
    148

    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

  2. #2
    Black Cat JoshT's Avatar
    Join Date
    Nov 2000
    Location
    WNY, USA
    Posts
    4,032
    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
  •  



Click Here to Expand Forum to Full Width