Computing.Net > Forums > Novell Netware > batch file and login script Ntware5

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.

batch file and login script Ntware5

Reply to Message Icon

Name: Jos
Date: February 25, 2002 at 04:42:43 Pacific
Comment:

I want to "call" a batch file from another batch file which starts in the login script.
#l:\start.bat or #l:\start The first batch file starts but the one that's "called" from the first one wont't start. There is no fault message!
Anyone known with this problem?
Thanks in advance



Sponsored Link
Ads by Google

Response Number 1
Name: Koshy
Date: February 26, 2002 at 00:17:47 Pacific
Reply:

You should use INCLUDE to call another batch file.


0

Response Number 2
Name: Jos
Date: February 26, 2002 at 06:15:54 Pacific
Reply:

Thanks for your advice.
I tried this, but it didn't work out:
include l:\start.bat and I tried
include l:\start.txt
I also tried @l:\start.bat.
Question: which command should I use. I used
call nextfile.bat parameter.


0

Response Number 3
Name: scott davey
Date: June 19, 2002 at 20:42:40 Pacific
Reply:

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 in quotes.



0

Sponsored Link
Ads by Google
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: batch file and login script Ntware5

Subject: batch file and login script Ntw www.computing.net/answers/netware/subject-batch-file-and-login-script-ntw/2482.html

Batch file Novell Login Script www.computing.net/answers/netware/batch-file-novell-login-script/3933.html

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