home
***
CD-ROM
|
disk
|
FTP
|
other
***
search
/
Liren Large Software Subsidy 16
/
16.iso
/
t
/
t222
/
1.img
/
DEMO-BAT.ZIP
/
HUGEFILE.BAT
< prev
next >
Encoding:
Amiga
Atari
Commodore
DOS
FM Towns/JPY
Macintosh
Macintosh JP
NeXTSTEP
RISC OS/Acorn
UTF-8
Wrap
DOS Batch File
|
1993-05-04
|
225 b
|
11 lines
@echo off
cls
echo Here is a listing of HUGE files (1 megabyte+).
echo Press any key to begin searching...
pause >nul
echo on
ffg /p *:* /s1M-
@echo off
echo Done. Press any key for next demonstration...
pause>nul