Menu

UEFI Shell Script Samples

john f davis
# 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

Related

Wiki: Home