----------------------------------------------------------------------------------------------------------------------------

What is this CLI tool you are talking about?

The Command Line Interpreter (CLI) FileStorageCmd.exe is a dos box command tool that enables you to perform all functions on a FileStorage from outside an application. The CLI executable is available for download as a seperate download file. If you launch the FileStorageCmd.exe it will explain all functions available for you;

H:\CLI>FileStorageCmd.exe
usage: FileStorageCmd <subcommand> [args]
Type 'FileStorageCmd help <subcommand>' for help on a specific subcommand.

Available subcommands:
add
count
del
dir
exists
merge
meta
defrag
upgrade
new
replicate
restoreindexfile
get
getall

If you need help on a specific command, use the help feature; for example to get help about the "new" command parameters, use:

h:\Proj\CodePlex\NFileStorage>filestoragecmd help new
usage: FileStorageCmd new containerName

----------------------------------------------------------------------------------------------------------------------------