F I L E L I S T =================== Version 2.0 FileList is a command line utility that produces a list of files of the given path in the CSV format, which can be imported in a spreadsheet or database. The list includes the file name, the size, the path, the last access and change date, etc. Supported Windows versions: Windows 200*/XP/Vista Usage: FILELIST [/OPTION] [/FILTER pattern1;pattern2;...] [/NOHEADER] Path [>list.csv] /NOHEADER Leaves out the column headers from the output. /ATTRIBUTES Includes a column with the attributes that are set for each file. /OWNERS Adds a column that contains the owner of each file. Querying the file owner is unfortunately a slow operation in a Windows domain, this is why file owners are turned off by default. USing this option will significantly slow down the generation of the list. /AUTHORS Additionally extracts name of the author from MS Office documents. Do not confuse the author with the owner. The owner is listed in an extra column by default. This switch slows down the creation of the list. /LASTSAVEDATE Additionally extracts the last save date from MS Office documents. /MD5 Includes a column with the MD5 checksum of each file. /FILTER Allows to specify one or more filters, separated with semicolons. The wildcards '*' and '?' may be used. Using ">" the output can be redirected to a file. INSTALLATION ~~~~~~~~~~~~ Just place FileList.exe where you want, we recommend your Windows folder. TIPS & ANNOTATIONS ~~~~~~~~~~~~~~~~~~ * FileList uses the list separator that is set in the Control Panel of Windows. * Using the extension .CSV for the output file enables you to open the file in Excel with a double click in the Explorer. * The Windows "at" command can be used to schedule the creation of lists with FileList. The following command creates a list of all mp3 files including their owners every monday night: at 00:01 /EVERY:m "C:\path\to\filelist.exe" /OWNER /FILTER *.mp3 c:\ ^>output.txt COPYRIGHT & LICENSE ~~~~~~~~~~~~~~~~~~~ FileList is freeware, which means you can use it without charge and distribute the complete archive. Copyright ©2002-2008 by Joachim Marder TREESIZE PROFESSIONAL ~~~~~~~~~~~~~~~~~~~~~ TreeSize Professional is a powerful and flexible harddisk space manager for Windows 200X/XP/Vista. Find out which folders are the largest on your drives and recover megabytes on your disks. TreeSize Professional shows you the size, allocated and wasted space, the number of files, 3D charts, the last access date, the file owner and permissions, the NTFS compression rate and much more information for several folders or drives you choose. It also lets you search drives, entire servers or the entire network for old, big, temporary and duplicate files. The search results can be moved, deleted or exported. The application has an intuitive Explorer-like user interface, it is fast and multithreaded and supports Unicode and scheduled scans. You can print detailed reports or export the collected data to Excel and to an HTML, XML or text file. TreeSize Professional can be started from the context menu of every folder or drive.l can be started from the context menu of every folder or drive. A trial version is available on: http://www.jam-software.com/treesize/ CONTACT ~~~~~~~ JAM Software GmbH Max-Planck-Str. 22 54296 Trier Germany E-Mail : info2@jam-software.com WWW : http://www.jam-software.com CHANGES ~~~~~~~ Version 2.0: Released 21 Jan 2008 * Support for Windows 9x/ME has been dropped * Large parts of the source code have been rewritten * Added optional MD5 column which can be activated wit the /MD5 switch * Added optional column for the last dave date of MS Office documents Version 1.6: Released 18 May 2007 * Bugfix: The /ATTRIBUTES switch was not working as expected. Version 1.5: Released 30 Aug 2006 * A column that shows the file attributes for each file can now be included using the command line switch /ATTRIBUTES Version 1.41: Released on 24 Mar 2006 * Bugfix: The OWNERS and AUTHORS command line parameter was accidentally switched. Version 1.4: Released on 25 Jan 2006 * The owner column is now optional and can be activated with the command line switch /OWNERS * The internal scanning routines are now Unicode enabled. Version 1.3.3: Released on 01 Dec 2005 * The file size of files >4GB was not returned correctly. Version 1.3.2: Released on 30 Sep 2005 * Added quotes also around the values of the extension column. * The DLL that accompanied the previous versions is not necessary any more. Version 1.3.1: Not officially released * Added command line option /NOHEADER that leaves out the column headers and only prints the raw data Version 1.3: Released on 15 Apr 2004 * Problem fixed with file sizes >2GB * Added columns for creation date and extension Version 1.2: Released 13 May 2003 * Smaller .EXE file * New command line option /AUTHORS * New command line switch /FILTER Version 1.1: Released 30 May 2002 * FileList now uses the list separator char that is set in the control panel to seperate the columns. * Strings are now quoted so that the list seperator may also appear inside file names without causing problems. Version 1.0: Released on 13 Mar 2002 * First public release