On 3/3/2010 6:56 AM, john55657 wrote:
>
> Hi all,
>
> I m new to the site, and am trying to run a batch script to execute an
> offcheck (the batch would be available for all my users, and they would
> run it whenever they need to clear some space)
>
> The check would be for the archive, which is remotely located.
>
> It looks like this so far:
> Since I know you shouldn't run the structure and contents at the same
> time, I did it like that:
> (option1 is the Structure, Index, and Fix problems)
> (option2 is the contents, Fix)
>
>
> C:\novell\groupwise\gwcheck \opt=option1.opt /pa=H:of936arc /batch
>
> C:\novell\groupwise\gwcheck \opt=option1.opt /pa=H:of936arc /batch
>
>
> There is only 1 problem, I am unable to find how to make the OFxxxxxx
> folder flexible. It<s never the same path for all my users. Is there a
> way of doing something like (OF*) ?
No, not afaik. Of course you could do a batch file that does a for loop
over all directory of*arc, and runs a gwcheck on each one.
>
> If there are other tips you could give me I'd appreciate it! Thanks for
> your time!
>
>