Results 1 to 3 of 3

Thread: A system programming question

  1. #1

    A system programming question

    How can I run a progam (an .EXE file) which I loaded it into the RAM by a program which I have written by C++.

    1.I don't have sorce code of the exe file
    2.I use C++

  2. #2
    oblio
    Guest
    use a system() call include in the stdlib.h header

  3. #3
    Did that really work. Was that good advice, I could probably help you out if it didn't. Give me a pm

Posting Permissions

  • You may not post new threads
  • You may not post replies
  • You may not post attachments
  • You may not edit your posts
  •