gieltje
19th October 2004 15:17 UTC
task scheduler at logon
I want my app to be ran at every logon, without much fuss,
I Found: "http://forums.winamp.com/attachment.php?postid=1077385"
(from http://forums.winamp.com/showthread....highlight=Task)
And got that working, but that is a bit to much for me.
Does anyone got a simpler idea (cant seem to get at.exe to do what I want).
If I create a .job file couldnt I just copy it somewhere?
atsuk
21st October 2004 07:31 UTC
try this:
WriteRegStr HKCU "Software\Microsoft\Windows\CurrentVersion\Run" "MyAppName" "c:\...\MyApp.exe"
Freezerman350
9th May 2007 19:38 UTC
Planned Task
How to create a planned task with nsis ?
Can i use some ".job" from MS ?
Thank you for helping !
Olivier
atsuk
9th May 2007 19:58 UTC
i used at.exe(in win xp system32 directory, if i'm correct)
nsExec::ExecToStack `"at.exe" $hh:$mm /every:monday,tuesday,wednesday,thursday,friday,saturday,sunday "$INSTDIR\programToLaunch.exe"`
atsuk
9th May 2007 19:59 UTC
...which infact creates .job file