Can novell login scripts call on a batch file that will map network drives to a Windows 2000 server?
I tried the include command but the script runs in the novell client environment.
Can this be done??
All previous scripting is done from the novell servers that I don't have control over. However, I do have control of editing part of the script. In this area I want to run a batch or command 'include'(novell) or 'call'(windows) up a batch file that will map drives to a Windows 2K server.
I tried the 'include' command. It does see and run the batch file. However, i still get the "Script errors" below.
The 'call' command is not recognized by the novell client.
-----tektipster-----
The '#<path>\MapDrivefor9X&NT.bat' is not regonized in the novell environment. I get the error below:
Script error:
LOGIN-4.22.00-600: This utility could not interpret the line.
The original line was:
O:\CSTECHS\batch\MapDrivefor9X&NT.bat
-----TheLad-----
The 'net use' command is not recognized in the novell script environment. I get the error below:
Script error:
LOGIN-4.22.00-600: This utility could not interpret the line.
The original line was:
net use K: \\techweb\storage$
I've done several searches on Novell's site and found nothing helpful. It seems like The Novell Client can only map drives to Novell server. Do you think this is true??
1. The @ symbol lets a program run outside the NW client and runs it consecutively with the client.
2. Shortened the batch file name and did not include the extension.
THANKS --tektipster--
The short name worked Can't believe it was that simple...
Sometimes the very obvious is not so obvious...
This site uses cookies to help personalise content, tailor your experience and to keep you logged in if you register.
By continuing to use this site, you are consenting to our use of cookies.