Skip to content
  • Categories
  • Recent
  • Tags
  • Popular
  • World
  • Users
  • Groups
Skins
  • Light
  • Cerulean
  • Cosmo
  • Flatly
  • Journal
  • Litera
  • Lumen
  • Lux
  • Materia
  • Minty
  • Morph
  • Pulse
  • Sandstone
  • Simplex
  • Sketchy
  • Spacelab
  • United
  • Yeti
  • Zephyr
  • Dark
  • Cyborg
  • Darkly
  • Quartz
  • Slate
  • Solar
  • Superhero
  • Vapor

  • Default (No Skin)
  • No Skin
Collapse
Code Project
  1. Home
  2. General Programming
  3. C / C++ / MFC
  4. How to put a dll to remote XP and run it?

How to put a dll to remote XP and run it?

Scheduled Pinned Locked Moved C / C++ / MFC
questiontutorial
4 Posts 3 Posters 0 Views 1 Watching
  • Oldest to Newest
  • Newest to Oldest
  • Most Votes
Reply
  • Reply as topic
Log in to reply
This topic has been deleted. Only users with topic management privileges can see it.
  • L Offline
    L Offline
    liur17
    wrote on last edited by
    #1

    I wrote a DLL and want to put it into a XP workstation in my Lan, certainly, i know its administrator account password. but how can i put it into its system folder without setting any share folder manually? if it is possible, then how can i invoke the rundll32 command to load my dll remotely? Thanks for your instruction. liur

    R 1 Reply Last reply
    0
    • L liur17

      I wrote a DLL and want to put it into a XP workstation in my Lan, certainly, i know its administrator account password. but how can i put it into its system folder without setting any share folder manually? if it is possible, then how can i invoke the rundll32 command to load my dll remotely? Thanks for your instruction. liur

      R Offline
      R Offline
      realJSOP
      wrote on last edited by
      #2

      You can't "run" a DLL. You can load it with an executable, but you can't run it by itself.

      "Why don't you tie a kerosene-soaked rag around your ankles so the ants won't climb up and eat your candy ass..." - Dale Earnhardt, 1997
      -----
      "...the staggering layers of obscenity in your statement make it a work of art on so many levels." - Jason Jystad, 10/26/2001

      L 1 Reply Last reply
      0
      • R realJSOP

        You can't "run" a DLL. You can load it with an executable, but you can't run it by itself.

        "Why don't you tie a kerosene-soaked rag around your ankles so the ants won't climb up and eat your candy ass..." - Dale Earnhardt, 1997
        -----
        "...the staggering layers of obscenity in your statement make it a work of art on so many levels." - Jason Jystad, 10/26/2001

        L Offline
        L Offline
        liur17
        wrote on last edited by
        #3

        Thanks, my mean is how to put the dll into remote XP and loading it by rundll32 command. could you give me any suggestion? liur

        M 1 Reply Last reply
        0
        • L liur17

          Thanks, my mean is how to put the dll into remote XP and loading it by rundll32 command. could you give me any suggestion? liur

          M Offline
          M Offline
          mark novak
          wrote on last edited by
          #4

          First you have to get the DLL over to that machine. So it's a simple case of how do you want to get the file over there. You have options: E-mail, on a floppy, windows file sharing, etc.

          1 Reply Last reply
          0
          Reply
          • Reply as topic
          Log in to reply
          • Oldest to Newest
          • Newest to Oldest
          • Most Votes


          • Login

          • Don't have an account? Register

          • Login or register to search.
          • First post
            Last post
          0
          • Categories
          • Recent
          • Tags
          • Popular
          • World
          • Users
          • Groups