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??
Thanks