Computing.Net > Forums > Novell Netware > Run *.exe from login script

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

Reply to Message Icon

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




Sponsored Link
Ads by Google

Response Number 1
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.


0
Reply to Message Icon

Related Posts

See More







Post Locked

This post is quite old and has been locked from receiving new replies. Please create a new posting instead.


Go to Novell Netware Forum Home


Sponsored links

Ads by Google


Results for: Run *.exe from login script

run batch file from login script www.computing.net/answers/netware/run-batch-file-from-login-script/5474.html

Login Script will not run. www.computing.net/answers/netware/login-script-will-not-run/4289.html

ECHO w/ variable from login script www.computing.net/answers/netware/echo-w-variable-from-login-script/5585.html