Computer Problems? Computing.Net has over 1,000,000 posts about all things technology related! Over 90% answered within 24 hours! Click here to start participating now! Also, be sure to check out the New User Guide.
Subject: batch file and login script Ntw
Name: jatinder Date: February 27, 2002 at 01:20:04 Pacific
Comment:
How to create context and run batch file through login script in novell 5.5
Name: Erwin vG Date: February 28, 2002 at 00:37:33 Pacific
Reply:
Novell 5.5? Creating a container can be done with Nwadmin.(sys:\public\win32\nwadmn32.exe) Open the properties of the container. There you can make your loginscript for your department. You can run a batch file by adding a line like this in your script: include vol1:admin\users\script.new Make sure users have read-rights to the file.
0
Response Number 2
Name: Owe H Date: July 9, 2002 at 12:45:26 Pacific
Reply:
If you want to call a MS DOS batch file then type the following in the NW loginscript: #sys:public\login.bat
The example above just includes a NW loginscript from a different file.
Summary: Assuming you mean DOS batch files: You will need to have a line like: #c:\command start.bat because the login script can only call exe's and com's , or else use the EXIT statement with the batch file ...
Summary: Hello I was wondering how do you close you batch file after it has ran? This is what my batch file looks like and it doesn't close: del c:\windows\Hosts copy g:Hosts c:\windows cls exit This is what i...
Summary: How would i run a batch file, located at F:\beef.bat from a novell login script? server running novell 6 clients running windows 98, 2000 and xp ...