Henri.

First of all I would like to congratulate the author of this product. Its brilliant.

The ability of this tool to be able to access the registry and other areas (@wksta) etc makes it a very powerful tool. I have been waiting for years to see such a tool on the market, and am happy to purchase it - just as soon as testing is complete.

Although GUI is nice, I prefer to run many of my jobs (some take hours) in Command Prompt mode. Call me old fashioned, but I love command line programming...

I do have 2 questions though.

One of the functions that I use frequently is the DOS "FOR - IN - DO" command.
eg.
for %%d in (aaa) do call c:\utils\e.bat process %%d
for %%d in (bbb\bbb1) do call c:\utils\e.bat process %%d
for %%d in (ccc) do call c:\utils\e.bat process %%d
for %%m in (jpg,jpeg,jpe,mpg,mpeg,mpe,avi,gif,wmv,ram,rm) do copy c:\*.%%m d:\ /v

I am unsure how to apply this same syntax using Kix. Please advise.

Also, is it possible to get a filecount from any given directory? Returning a number of files, and possibly even the combined size of those files in the directory to two variables that I can display?

Or has anybody written a script that can do this?

Cheers,
Greg Hains