Thread: exe

  1. #1
    Registered User
    Join Date
    Jan 2006
    Posts
    32

    Question exe

    Hi everyone
    I built a program using MVC++ and it is a window 32 app . My program do not have an interface. it just one and read a file the do some calculate and put the output in another file.

    my file called Wadi folder in side it wadi.dsw..etc and I would like to make my file now Wadi.exe how to do this.


    after making the file wadi.exe can I run it in a new PC and make a task shceduler to run on a specific time


    thank you for any help

  2. #2
    System Novice siavoshkc's Avatar
    Join Date
    Jan 2006
    Location
    Tehran
    Posts
    1,246
    Set active config to release and press build. Then copy your file from your project folder /release to every where you want.
    Learn C++ (C++ Books, C Books, FAQ, Forum Search)
    Code painter latest version on sourceforge DOWNLOAD NOW!
    Download FSB Data Integrity Tester.
    Siavosh K C

  3. #3
    Registered User
    Join Date
    Jan 2006
    Posts
    32
    thank you for your reply, but I think I am missed something.

    I press Set Active conf and it gave me an empty forder called release,
    then
    copy your file from your project folder \release to every where you want.

    what I could not understand it.

    thank you

  4. #4
    Registered User
    Join Date
    Jan 2006
    Posts
    32
    now if I want to make the program wrok in aspecific time can I only pass the .exe to task scheduler. or another thing needed

  5. #5
    System Novice siavoshkc's Avatar
    Join Date
    Jan 2006
    Location
    Tehran
    Posts
    1,246
    By default MS-VC++ 6 make two configs: Release and Debug. when you build your project on one of these configs, MVC makes a folder in your project with the name of the build config (ex."debug"), then puts compiled files in it(.exe, .obj, etc).

    Passing .exe to task scheduler should be enough.
    Learn C++ (C++ Books, C Books, FAQ, Forum Search)
    Code painter latest version on sourceforge DOWNLOAD NOW!
    Download FSB Data Integrity Tester.
    Siavosh K C

  6. #6
    Registered User
    Join Date
    Jan 2006
    Posts
    32
    thank you, I got it and it solved

Popular pages Recent additions subscribe to a feed

Similar Threads

  1. how to monitor exe and dll interactions?
    By George2 in forum C Programming
    Replies: 1
    Last Post: 10-26-2007, 04:22 AM
  2. how to run an exe command in c++ and get back the results?
    By mitilkhatoon in forum C++ Programming
    Replies: 5
    Last Post: 09-21-2006, 06:00 PM
  3. Close another exe from another exe??
    By Tony in forum Windows Programming
    Replies: 1
    Last Post: 06-12-2002, 07:19 AM
  4. insert another exe into exe
    By lliero in forum C Programming
    Replies: 8
    Last Post: 04-12-2002, 12:22 PM
  5. adding bytes to EXE to call another EXE
    By lliero in forum C Programming
    Replies: 2
    Last Post: 03-30-2002, 07:23 AM