self executable program 
Author Message
 self executable program

can someone please tell me how i can make a program self executing i.e.
like a virus checker that comes on every four hours and seems to run
byitself
thanks
albi


Fri, 25 May 2001 03:00:00 GMT  
 self executable program
If you want it to re-execute every four hours after it has been started
by the user, then make a companion program to start the program
every four hours and execute it with your program. If you want it to
execute by itself the first time, go to the registry key:
HKEY_LOCAL_MACHINE\Software\Microsoft\Windows\CurrentVersion\Run
and add an entry for the companion program.

Or you could use the Task Scheduler if you want.


Quote:
>can someone please tell me how i can make a program self executing i.e.
>like a virus checker that comes on every four hours and seems to run
>byitself
>thanks
>albi



Sun, 10 Jun 2001 03:00:00 GMT  
 self executable program

Quote:
>>can someone please tell me how i can make a program self executing i.e.
>>like a virus checker that comes on every four hours and seems to run

Or have the thing running all the time and put a countdown in your code.

Dale Atkin



Sun, 10 Jun 2001 03:00:00 GMT  
 
 [ 3 post ] 

 Relevant Pages 

1. self deleting executable?

2. Help with Self Executable File

3. VB 4.0 Self Contained Executable

4. VB 4.0 Self Contained Executable

5. Can VB create self-extracting executables?

6. Creating a self deleting executable using .NET

7. fso.delete(self) - how to refer to self?

8. Interesting problem - random vocabulary self-examination program

9. how can I make my program zip itself for to be self-extracted by someone else

10. Self-Updated Program

11. how can I make my program zip itself for to be self-extracted by someone else

12. self-extracting install program

 

 
Powered by phpBB® Forum Software