Organize your files with the NVC tool
-------------------------------------

NVC 
- searches for files with given suffixes
- creates a specific directory structure, which makes files selection easier - 
  similar to address selection in car navigation systems (known as "Next Valid Character")
- copies the files into this directory structure, for example: "M/MO/MON/MONTEZUMA.ATR"

Usage:

just double click the nvc.jar file

or:

java -jar nvc.jar -i INPUT -o OUTPUT [-f -l LEVEL] suffix1 [suffix2 ... suffixn]
 -f        : force directory creation for files with unique names, default: true
 -i INPUT  : input directory, example: "input"
 -l DEPTH  : output directory depth, default: 3
 -o OUTPUT : output directory, example: "ATARI"
 suffix    : list of suffixes, example: atr xex xfd

Examples:

java -jar nvc.jar -i input_dir -o output_dir -l 1 atr

java -jar nvc.jar -i ../download/ATARI -o ATARI -l 3 atr xfd xex exe com


Content:
nvc.jar - the tool
nvc.txt - help and release notes

Release Notes:

Version 6:
- introduced GUI
- using args4j library for handling of command line parameters
- introduced -f flag to force directory creation (at level specified with -l) for files with unique names
- creating content.txt file (the list of all files) in the output directory


If you have any comments or questions - feel free to e-mail me at marcin.sochacki@gmx.net