Tek-Tips is the largest IT community on the Internet today!

Members share and learn making Tek-Tips Forums the best source of peer-reviewed technical information on the Internet!

  • Congratulations Mike Lewis on being selected by the Tek-Tips community for having the most helpful posts in the forums last week. Way to Go!

Batch File

Status
Not open for further replies.

sunilpawar

Technical User
Nov 28, 2001
16
IN
Hi
i am trying to pulish a batch file which contains Novell Logout command

batch file name is l.cmd
and command is
logout

when i try to ran this batch file from console it is working but when i publish the same batch file it is not looging out from novell, it just goes of wihtout any error.

while publishing i have published as r:\program\l.cmd. do i need to do anything more
can anybody help

sunil
 
Hi
Try adding :
change client /default
at the beginning of your batch file, to make sure that drive r: is detected. And you might want to try
cmd /c logout
Just the thought.
Good luck
 
Status
Not open for further replies.

Part and Inventory Search

Sponsor

Back
Top