Thread: I need a bit of help with exectuting my application!!

  1. #1
    Seven years? civix's Avatar
    Join Date
    Jul 2002
    Posts
    605

    I need a bit of help with exectuting my application!!

    Ok, i use MS Windows ME, and I made an application that I want to auto-execute at system startup. Would I place it into the startup folder or what?
    Thanks in advance for any help!
    .

  2. #2
    Akilla
    Guest

    Here's the old method

    edit your AUTOEXEC.BAT (from your root directory)

    type the following:

    CALL C:\YOURPATHHERE\FILENAMEHERE.EXE

    Putting it in startup folder is one way of doing it.

    www.akilla.tk

  3. #3
    Registered User
    Join Date
    Jun 2002
    Posts
    106
    you can do it with 2 ways first as u said putting it into the start up folder second way by editing your registry i am not a windows user so i cant help u any more but these are the ways to to that
    C++ Makes you Feel Better

    "Gravity connot be held reponsible for people falling in love"--Albert Einstein

  4. #4
    Seven years? civix's Avatar
    Join Date
    Jul 2002
    Posts
    605
    OK, thanks guys, i hope it does work
    .

Popular pages Recent additions subscribe to a feed

Similar Threads

  1. bit value check efficiency
    By George2 in forum C Programming
    Replies: 5
    Last Post: 11-05-2007, 07:59 AM
  2. MFC run application by clicking on file...
    By dug in forum Windows Programming
    Replies: 4
    Last Post: 12-02-2004, 04:33 AM
  3. Copy bit to bit
    By Coder2Die4 in forum C Programming
    Replies: 15
    Last Post: 06-26-2003, 09:58 AM
  4. Array of boolean
    By DMaxJ in forum C++ Programming
    Replies: 11
    Last Post: 10-25-2001, 11:45 PM
  5. Win application not very portable
    By swed in forum Windows Programming
    Replies: 5
    Last Post: 10-01-2001, 11:17 AM