Skip to content
⌘ NSIS Forum Archive

$Temp question

3 posts

atsuk#

$Temp question

could someone explain me why the result of $Temp can be different when exe is launched under scheduled task?
normally the result is something like:
C:\Documents and Settings\WinUser\Local Settings\Temp
but when exe is launched under sheduled task, it gives:
C:\WINDOWS\TEMP

it took me about a day to realize, why my program would not work if i launched it scheduled😁