TimK01
Technical User
- Jan 4, 2002
- 94
We are using NT4 and have logon scripts for each user working fine.
I want to add some general functionality to every log on script so I put it in a batch file general.bat, which I stored in netlogon, then added a "call general.bat" to every logon script batch file.
All i get is Bad command or filename
I tried %0\..\general.bat
I also tried using a .vbs file in the same way all failed.
Should I be able to do this or is there some restriction on calling a batch or vbs file from a batch file in netlogon?
I want to add some general functionality to every log on script so I put it in a batch file general.bat, which I stored in netlogon, then added a "call general.bat" to every logon script batch file.
All i get is Bad command or filename
I tried %0\..\general.bat
I also tried using a .vbs file in the same way all failed.
Should I be able to do this or is there some restriction on calling a batch or vbs file from a batch file in netlogon?