Thread: adding bytes to EXE to call another EXE

  1. #1
    Registered User lliero's Avatar
    Join Date
    Oct 2001
    Posts
    59

    Unhappy adding bytes to EXE to call another EXE

    guys,

    can anyone help me with my program.


    how can i insert another executable to existing exe so that it
    executes too when the original exe executes?

  2. #2
    Unregistered
    Guest
    i think, you have to know assembly

  3. #3
    Registered User
    Join Date
    Mar 2002
    Posts
    59

    A System Call

    If you have two executables you could always place a system call in the first one that you want to execute the second one.

    system("execcutable.exe");
    or
    system("C:\pathtoexecutable\executable.exe");

Popular pages Recent additions subscribe to a feed

Similar Threads

  1. C system call and library call
    By Coconut in forum C Programming
    Replies: 6
    Last Post: 08-22-2002, 11:20 AM
  2. socket question
    By Unregistered in forum C Programming
    Replies: 3
    Last Post: 07-19-2002, 01:54 PM
  3. Lynux-Penguin + and others, _asm_?
    By Unregistered in forum C Programming
    Replies: 1
    Last Post: 05-05-2002, 11:21 AM
  4. Assembly example
    By Lynux-Penguin in forum C Programming
    Replies: 6
    Last Post: 04-24-2002, 07:45 PM
  5. Pls help me to do this project in C I need source code
    By sureshmenon74 in forum C Programming
    Replies: 4
    Last Post: 10-04-2001, 06:57 AM