Hi,
After login, I can type this command or run it in a batch file to add a
route to a WinXP client:
route add <destination IP> <mask> <gateway>
How do I get this to work from a Netware 5.1 login script? I've tried
calling the batch file:
if <room>="A001" then #cmd /c z:\batch.bat
and I've tried putting the route command directly in the login script:
if <room>="A001" then #cmd /c route add <destination IP> <mask> <gateway>
but the route is never added.
(We want to do this so that we can change the <destination IP> at will.)
Any ideas?
Thanks,
Lori

Today's Posts
Mark All Forums Read

LinkBack URL
About LinkBacks
Reply With Quote
Bookmarks