Hi all,<BR><BR>I'm trying to code something simple, a small application that would compact some Access databases on a Novell network. The problem is that some of those files have rename/delete inhibit ...
You need <B>for</B>:<BR><pre class="ip-ubbcode-code-pre">Runs a specified command for each file in a set of files. FOR %variable IN (set) DO command [command ...