Found the problem.
The batch file being invoked was called reg.bat .
Bad naming choice.
It was calling itself again, rather than using the reg command.
--
Brian
I'm trying to add a key to the (Windows XP SP2) registry to disable Netware file caching.
Its for all database users, ultimately in a batch file called from the login script.
REG ADD HKLM\SYSTEM\CurrentControlSet\Services\NetWareWorkstation\Parameters /v "File Caching" /t REG_DWORD /d 00000000 /f
Instead of adding the key, the batch file just loops the command over and over..
If someone can offer some insight, it would be appreciated. Meanwhile I'll go bang my head against the wall some more.
Thanks.
--
Brian
|