home *** CD-ROM | disk | FTP | other *** search
- ;
- ; SNiF example 2 control file
- ;
- ; Creates a file called BIGSTUFF.TXT, listing all files greater than
- ; 512 Kb (approximately). Hidden files are NOT listed.
- ;
- -d ; turn off sniffed messages
- +wCZ ; search all drives
- ;
- ; Prepare logfile and logfile format
- ;
- +lBIGSTUFF.TXT ; open logfile
- +bAll files greater than 1/2 Mb :\0d ; logfile comment
- +k&f\0d Size: &s bytes.\0d ; template string for logfile output
- ;
- ; Now set the filesize criterion to >512000 bytes
- ;
- +zG512000 ; greater than 1/2 Mb
- ;
- ; Don't forget to exclude hidden files, using advanced exceptions
- ;
- +m ; start building
- +aH ; attribute mask for Hidden
- *.* ; any hidden file > 1/2 Mb
- -a ; turn off attribute mask
- +m1 ; activate advanced exceptions
- ;
- ; The actual filemask to snif for (all files)
- ;
- *.*
-
-