Find the answer to your Linux question:
Results 1 to 2 of 2
i have a C program which creates an executable file in linux after that we can use that exe file and decode any file which is encoded by flatedecode algo ...
  1. #1
    pdf
    pdf is offline
    Just Joined!
    Join Date
    Mar 2010
    Posts
    13

    running exe files through C programs

    i have a C program which creates an executable file in linux

    after that we can use that exe file and decode any file which is encoded by flatedecode algo

    now i have to write a C program...
    which reads a file.....use the above mentioned exe file and den post the decoded output....

    so i am in need for a code in C which can run EXE files and perform some function...

    plz let me know the syntax of that function

  2. #2
    Linux Guru Rubberman's Avatar
    Join Date
    Apr 2009
    Location
    I can be found either 40 miles west of Chicago, or in a galaxy far, far away.
    Posts
    8,974
    New to C programming? See the man pages for the following C functions:

    system()
    fork()
    exec(), execl(), execlp(), execle(), execv(), and execvp()
    Sometimes, real fast is almost as good as real time.
    Just remember, Semper Gumbi - always be flexible!

Posting Permissions

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