CopyFiles "$EXEDIR\\..\\Apache\\httpd.conf" $TEMP
${If} ${FileExists} $TEMP(stupid slashes aren't working in this post)httpd.conf
; do nothing
${Else}
MessageBox MB_OK "Somebody forgot to set up us the bomb"
${EndIf} When I check later in the code however, the file is there. In order to get the above code to work, do I need to use some sort of sleep statement?Thanks,
Joe