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 biv343 on being selected by the Tek-Tips community for having the most helpful posts in the forums last week. Way to Go!

Mapping drive error

Status
Not open for further replies.

italy

Programmer
Feb 13, 2001
162
US
I am mapping a drive in a batch file and I am getting an error ,"the network connection could not be found net helpmsg 2250 ,but when I map the resources from the command line I found command succesfull I mean not the whole batch file just net use command can any one seems to know what happening .

Thanks
 
Not sure..need more information. I usually map drives through a scripting language called KixTart... This is how you do it through Kixtart for NT:

IF INGROUP("Tech Users")
USE I: "\\Server1\share"
USE K: "\\Server2\share"

Joseph L. Poandl
MCSE 2000


 
Remember, if there are any spaces in the path to enclose the path that you are trying to map to in quotes " ".

Dan
 
This sounds like the problem I was having with the scheduler, you need to set-up a domain account to run the script if you are mapping between servers and make sure you set the proper password for this account in scheduler...c the posting "script won't run"........hope this helps....
 
Status
Not open for further replies.

Part and Inventory Search

Sponsor

Back
Top