home
***
CD-ROM
|
disk
|
FTP
|
other
***
search
/
High Voltage Shareware
/
high1.zip
/
high1
/
DIR3
/
FFG155.ZIP
/
DEMO_BAT.ZIP
/
LAST-TUE.BAT
< prev
next >
Wrap
DOS Batch File
|
1993-08-19
|
340b
|
14 lines
@echo off
cls
echo This is a listing of files created/modified on last Tuesday.
echo Press any key to begin searching...
pause>nul
echo.
echo The full spelling of "tuesday" is not necessary. "tu" would suffice:
echo.
echo on
ffg *:* /dTuesday /d7t-1t /p
@echo off
echo Done. Press any key for next demonstration...
pause>nul