Results 1 to 9 of 9

Thread: Running a program continuously

  1. #1

    Thread Starter
    Hyperactive Member
    Join Date
    Apr 2002
    Posts
    492

    Running a program continuously

    I have a program that i have made, that i would like it to start at start up and run, throughout the entire time that the computer is on, and then obviously turn off when the computer shuts down. How would i go about doing this? Also if possible how could i make it invisible, meaning not showing its icon in the taskbar at the bottom of the screen.

    Please help me out on this.

    Code is greatly appreciated.

    Thanks

  2. #2
    I'm about to be a PowerPoster! Hack's Avatar
    Join Date
    Aug 2001
    Location
    Searching for mendhak
    Posts
    58,333
    What operating system?

  3. #3

    Thread Starter
    Hyperactive Member
    Join Date
    Apr 2002
    Posts
    492
    Windows ME. What is the difference between the operating systems, is there a different way of coding it.

  4. #4

    Thread Starter
    Hyperactive Member
    Join Date
    Apr 2002
    Posts
    492
    in the future it will be XP, but who knows when that will be

  5. #5
    Hyperactive Member ZeroCool's Avatar
    Join Date
    Feb 2002
    Location
    In front of my computer
    Posts
    423
    A Lazy way Of Doing It Is To Add A Shortcut to Ur Program In The Startup Dir In Start > Programs > StartUp

    Or You Could Add A Value Here In The Registry

    Code:
    HKEY_CURRENT_USER\Software\Microsoft\Windows\CurrentVersion\Run

  6. #6

    Thread Starter
    Hyperactive Member
    Join Date
    Apr 2002
    Posts
    492
    That is one way of doing it, but i would like to try and get a better way of doing it.

  7. #7
    Lively Member
    Join Date
    Apr 2002
    Location
    US
    Posts
    64
    Originally posted by mrstuff68
    That is one way of doing it, but i would like to try and get a better way of doing it.
    thats the only way bud.
    i have a computer.

  8. #8

    Thread Starter
    Hyperactive Member
    Join Date
    Apr 2002
    Posts
    492
    Ok then, i will try that then.

  9. #9
    joan_fl
    Guest
    You could put a key (app name) value (app path) in the registry here:

    HKEY_LOCAL_MACHINE\SOFTWARE\Microsoft\Windows\CurrentVersion\Run

    Will run for all users, and wont be able to be deleted from the startup folder.

    Hope this helps,

    Joan

Posting Permissions

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



Click Here to Expand Forum to Full Width