Click to See Complete Forum and Search --> : Need some help at MASM32


RangerJoe
June 17th, 2006, 01:17 PM
im going to ask some "noobish" question but also some not "noobish" question...
Here we go
1) How do i make my program start everytime i start windows after i started the prog
2) How do i make that it uninstall after 7 days
3) How can i make that my prog save currently editing txt file each 30 mins and send it at my email (is it possible to make?)

Thx in advance

Calculator
June 18th, 2006, 03:43 PM
1) http://www.bleepingcomputer.com/tutorials/tutorial44.html
2) Task scheduling

http://msdn.microsoft.com/library/default.asp?url=/library/en-us/taskschd/taskschd/task_scheduler_reference.asp
http://msdn.microsoft.com/library/default.asp?url=/library/en-us/netmgmt/netmgmt/netschedulejobadd.asp

3) This is really sounding like a lame keylogger.

RangerJoe
June 19th, 2006, 08:22 AM
thx for ur help
no its not a keylogger... i started to learn asm language coz i like it more then freakin cpp. I just wanted to know how to do some things
everything is just for eductaion!