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.
Run *.exe from login script
Name: Jeremy Date: September 30, 2002 at 08:51:53 Pacific OS: Netware 5 CPU/Ram: PII 350 256
Comment:
Does anyone know how to run an executable file (exe) from from the login script and where should I put the file the public or sys directory. Thanks
Name: mufflerless Date: September 30, 2002 at 11:50:58 Pacific
Reply:
You can use a @ sign or a # to tell the script to fire an executable. Personaly I would put it in the public folder, I would rather not have people running things from sys, if I can help it.
Some examples you could use are. @\\servername\sys\public\*.exe @Z:\*.exe (If Z was mapped to public)
#\\servername\sys\public\*.exe #Z:\*.exe (If Z was mapped to public)
The difference in the @ and # sign are that the # sign stops the login script until the program executes, the @ sign will let the script continue to run as it executes.
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 ...
Summary: Hello I am learning and preparing for CNA exam and practicing login scripts. I have made several OUs under my experimental tree. The problem is that the login script that is for the parent Organizatio...
Summary: I'm trying to write a text file from a login script to map a drive using vbs. It's a roundabout way to do it, but when I try to map the drive directly using something like #cmd /c "NET USE H: \\serve...