-
How can I Starting a program using the registry, but so it starts before Before Log-on.
Thanx for any help provided.
-
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
-
I worked it out my self
Its ok I worked it out you just put it in the registry "RunServices" Key.
Never mind.
-
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 .....