CodeGuru Home VC++ / MFC / C++ .NET / C# Visual Basic VB Forums Developer.com
Results 1 to 6 of 6

Threaded View

  1. #1
    Join Date
    Feb 2010
    Posts
    42

    How to start applications more than once (ie. defeat a mutex)?

    I remember there used to be a game I'd play online but you could only launch one instance of the game, but there was a program where you would type in the location of the .exe of the game and it would launch it as many times as desired, taking up more and more memory with however many you launched.

    What does this consist of, if I want to make my own multi-launcher?

    Edit: I still have the application, and it works for anything, not just the game exe. I just opened 5 Windows Live Messenger applications and logged into 5 different accounts at once. I suspect it opens things in their own memory block, but I have no knowledge of memory editting, so don't mind me.
    Last edited by Craisins; February 22nd, 2010 at 01:12 AM.

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

Featured