FULLSCREEN | CONTENTS | Project Home Page |
---|
.PARAMETER...: /T - Time Override Parameter .ALIAS.......: time_ovr .CATEGORY....: parametersYou may override Fdate's use of the current time -- for the /A parameter only -- by using the /T parameter. The /T parameter specifies a time of day in the 24-hour format hh:mm:ss (hours:minutes:seconds). Leading zeros in each of the three fields (hh, mm, ss) may be omitted. The seconds field may be omitted; if omitted, it defaults to "00"..DISCUSSION..:
.EXAMPLE: @echo ON cls rem Since both /A and /B default to the current date and time, rem and since /T parm overrides the time only for the /A parm ... rem ... during daytime hours, this will always return LT Fdate /ftcomp /T00:00:00 rem ... during daytime hours, this will always return GT Fdate /ftcomp /T23:59:59