|
-
Dec 13th, 1999, 01:55 AM
#1
If you comfortable with C/C++, then you can write a console program that will run before windows start.
------------------
Serge
Software Developer
[email protected]
[email protected]
ICQ#: 51055819
-
Dec 13th, 1999, 05:36 AM
#2
Check out "Services".
I tried a "ServiceManager" either through here or vbsquare, but it didn't work as advertised.
-
Dec 13th, 1999, 05:53 AM
#3
Hyperactive Member
well here what u can do ...
go to the registry "regedit"
in the key HKEY_LOCAL_MACHINE
sub key SOFTWARE
sub key Microsoft
sub key windows
sub key CurrentVersion
sub key RunServices
and there create a new string value to which u ll set the value to the path of ur program if the key runsevices does not exist just create it or put the string value in the key Run ....
i hope this helps . for any clarifications if needed just e mail me ....
- regards -
- razzaj -
-
Dec 13th, 1999, 12:39 PM
#4
Is there any way to make an Application
start BEFORE windows is run. I tried loading it into the Autoexec.bat file but then I
got a message saying the it cannot be run
in MS-DOS mode.
-
Dec 13th, 1999, 12:53 PM
#5
VB apps require the Windows Environment to run, so the best you can do is Run your App at Startup.
------------------
Aaron Young
Analyst Programmer
[email protected]
[email protected]
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
|