gadget Posted February 9, 2005 Posted February 9, 2005 Ok, lets start this again as the project here has come alive again.On WinPE 2004, not Barts as we are not allowed to use this. I have the netware client loaded, the login script maps drives correctly over ipx. problem is I cannot manually map a drive outside the login script.. Here is my startnet.cmdregsvr32 /s netcfgx.dllfactory -minintrem factory -winpenetcfg -v -winpenet start dhcpnet start nlanetcfg -v -c c -i NW_NWFSnetcfg -v -l %SystemRoot%\inf\netnwlnk.inf -c p -i ms_nwipx net start nicmnet start NetwareWorkstationregedit /s setnwvar.regLOGINW32Oh why can I not map the drive using net use t: \\server\share?I could map the drives within the login script but the mapped drive varies too much so I would prefere to do this from the command line.I don't care at all about ip as I am connecting to is netware 5 ipx boxes so that can be stripped out.Also, I may need to run /wmi and /pnp and I also run without a firewall so where does the factory -winpe affect networking et all?Thanks...
Chris242 Posted April 22, 2005 Posted April 22, 2005 Here is the issue.... You are not starting the a service you need, the lmhosts.Just add: net start lmhosts to your script and it will work great!!!! Good luck and let me know how it goes...
Recommended Posts
Create an account or sign in to comment
You need to be a member in order to leave a comment
Create an account
Sign up for a new account in our community. It's easy!
Register a new accountSign in
Already have an account? Sign in here.
Sign In Now