Thread: Need some help

  1. #1
    Registered User
    Join Date
    Nov 2011
    Posts
    2

    Need some help

    Hello !

    I want to make an application ( Win 32 - DLL Output )
    That do two things :

    1) executes in application with system( "C:\blalblala\lol.exe" )
    2) sends an email

    at 1 ) it is working but i don't wait to wait for exit ( ex : if my applicaiton lol.exe before exists it stays 5 seconds, my application is stucked 5 secconds until the process is killed )
    I want a solution for that.

    2) I dont know how to do that )


    Some help please, urgently !

  2. #2
    [](){}(); manasij7479's Avatar
    Join Date
    Feb 2011
    Location
    *nullptr
    Posts
    2,657
    Announcements - C++ Programming
    Pay particular attention to #6

  3. #3
    Registered User
    Join Date
    Nov 2011
    Posts
    2
    Hei ) This is not for hacking. I want to use that dll to a game as a module that sends emails when player is joining

  4. #4
    Registered User
    Join Date
    Nov 2011
    Posts
    37
    1. maybe try using START which by default execute the command in the background.
    Start - Start a program

Popular pages Recent additions subscribe to a feed