|
-
Oct 12th, 2000, 12:10 PM
#1
Thread Starter
Ex-Super Mod'rater
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.

-
Oct 12th, 2000, 01:35 PM
#2
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
-
Oct 14th, 2000, 06:33 AM
#3
Thread Starter
Ex-Super Mod'rater
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.

-
Jun 15th, 2004, 01:01 PM
#4
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
-
Forum Rules
|
Click Here to Expand Forum to Full Width
|