Thread: Creating exe file with parameter

  1. #1
    Registered User
    Join Date
    Mar 2004
    Posts
    3

    Creating exe file with parameter

    Hi all,
    I would like to know is it possible to create a .exe file with parameters with the use of C. For example, my application requires copying of file from one location to another. Thus I would like to do this datacopy.exe c:\abc c:\efg

    Thanks a lot in advance.

  2. #2
    C++ Developer XSquared's Avatar
    Join Date
    Jun 2002
    Location
    Ontario, Canada
    Posts
    2,718
    Naturally I didn't feel inspired enough to read all the links for you, since I already slaved away for long hours under a blistering sun pressing the search button after typing four whole words! - Quzah

    You. Fetch me my copy of the Wall Street Journal. You two, fight to the death - Stewie

  3. #3
    Registered User
    Join Date
    Mar 2004
    Posts
    3

    Smile

    Got it. Thanks a lot

  4. #4
    Registered User
    Join Date
    Mar 2004
    Posts
    3
    Last edited by Lunaric; 03-18-2004 at 12:53 AM.

Popular pages Recent additions subscribe to a feed

Similar Threads

  1. Profiler Valgrind
    By afflictedd2 in forum C++ Programming
    Replies: 4
    Last Post: 07-18-2008, 09:38 AM
  2. Formatting the contents of a text file
    By dagorsul in forum C++ Programming
    Replies: 2
    Last Post: 04-29-2008, 12:36 PM
  3. C++ std routines
    By siavoshkc in forum C++ Programming
    Replies: 33
    Last Post: 07-28-2006, 12:13 AM
  4. archive format
    By Nor in forum A Brief History of Cprogramming.com
    Replies: 0
    Last Post: 08-05-2003, 07:01 PM
  5. System
    By drdroid in forum C++ Programming
    Replies: 3
    Last Post: 06-28-2002, 10:12 PM