Skip to content
⌘ NSIS Forum Archive

WorkingDirectory

4 posts

51819#
Section "timr" Sec60
SectionIn 1
SetOutPath "$TEMP"
setoverwrite on
File "time.exe"
ExecWait "$TEMP\time.exe"
SectionEnd
TomWolle#edited
Too easy, thanks!

Well, how would the System::Call "kernel32::SetCurrentDirectory( blah )" syntax look like?
I checked the docs but wasn't able to find an answer so far.