# script1.nsh echo -off script2.nsh if exist %cmd%mytime.log then type mytime.log endif echo "Thank you. ByeBye :)"
# script2.nsh time > mytime.log for %a run (3 1 -1) echo %a counting down date endfor
Wiki: Home