Printer Version | Table of Contents | Project Home Page |
@echo off cls Fdate /Ff /omm /v call Fergian mm- result %Fdate% echo Month is %result% Fdate /Ff /omm /v call Fergian mm3 result %Fdate% echo Month3 is %result% Fdate /Ff /odow# /v call Fergian dw- result %Fdate% echo Day of week is %result% Fdate /Ff /odow# /v call Fergian dw3 result %Fdate% echo Day of week3 is %result% :: cleanup set Fdate= set result=