Results 1 to 4 of 4

Thread: Starting a program in the registry. (Before Log-on)________________Pls Help

  1. #1

    Thread Starter
    Ex-Super Mod'rater Electroman's Avatar
    Join Date
    Sep 2000
    Location
    Newcastle, England
    Posts
    4,349

    Exclamation

    How can I Starting a program using the registry, but so it starts before Before Log-on.

    Thanx for any help provided.
    When your thread has been resolved please edit the original post in the thread ()
    and amend "-[RESOLVED]-" to the end of the title and change the icon to , Thank you.

    When posting Code use the [VBCode]Code Here[/VBCode] tags to be able to use the code highlighting.

  2. #2
    Guest
    I don't know if this'll work, but try putting your program in Autoexec.bat:

    Code:
    Open "c:\Autoexec.bat" For Append As #1
    Print #1, "PATH C:\myprogram\myprog.exe"
    Close #1

  3. #3

    Thread Starter
    Ex-Super Mod'rater Electroman's Avatar
    Join Date
    Sep 2000
    Location
    Newcastle, England
    Posts
    4,349

    I worked it out my self

    Its ok I worked it out you just put it in the registry "RunServices" Key.

    Never mind.
    When your thread has been resolved please edit the original post in the thread ()
    and amend "-[RESOLVED]-" to the end of the title and change the icon to , Thank you.

    When posting Code use the [VBCode]Code Here[/VBCode] tags to be able to use the code highlighting.

  4. #4
    Next Of Kin baja_yu's Avatar
    Join Date
    Aug 2002
    Location
    /dev/root
    Posts
    5,989
    I came here through searching the forum.....
    how did you manage to achieve this? My app isnt runnign when I put it in the RunProcesses .....

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