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.
Running a program via logon script
Name: eatonguy Date: January 11, 2001 at 06:19:23 Pacific
Comment:
Windows 95 and 98 workstations with NT Server and Novell Servers. Currently have a logon script that I am trying to actually get it so when the user logs on, they will run and executable that resides on the Novell server but instead I keep getting errors when the logon script runs. Anyone know of a way to do this?
Name: Exodos Date: February 7, 2001 at 07:59:41 Pacific
Reply:
You might also try a #Z:\setup.exe command. The # symbol allows the rest of the login script to finish before it runs the executable. Else at the end of the script put, EXIT "SETUP.EXE" as the last line. We use that here to run the NAL.
Summary: We are setting up a novell 4.11 server with win 95 clients. There is a printer attached to the server as well as one of the workstations. They both run off the same print server but different queues. ...
Summary: You could delete the logon script. You could place semicolons in front of the lines on the script. Dont associate a user with a logon script. There's a number of ways. Kind of a silly question. ...
Summary: Hello Netware experts. I am new to novell and would like some advise. I work at a school where we currently have one Netware server running version 4.11. This server has one application wich loads au...