How can I get the delprof.exe(deletes profles, from the 2k resource kit) to run using kix. I've tried all of the following:
Code:

Shell '%Comspec% /c Delprof /d:90'
Shell '%Comspec% /c Delprof /?'
Shell '%Comspec% /c Delprof'
Shell 'Delprof'
Shell '%Comspec% /c "Delprof /d:90"'



No matter what I use they all return with this...
Delete inactive profiles on \\MyMachineName (Yes/No)

When I run the command straight from dos it runs ok and prompts to delete profiles unused for x days. It seems as if none of the arguments are being passed to the delprof command. I'm running kix 4.02 on windows 2k sp3.

Thanks in advance...