Thank jboy. Its gotten me further :)
On the floppy I've moved most drivers from config.sys to autoexec.bat and they look like this now:
Config.sys:
------------
DEVICE=A:\OAKCDROM.SYS /D:MSCD001
DEVICEHIGH=A:\HIMEM.SYS
DOS=HIGH,UMB
LASTDRIVE = Z
------------
Autoexec.bat:
------------
A:\MSCDEX.EXE /D:MSCD001 /L:D
DEVLOAD.COM D:\NET\NTSTS.DOS
DEVLOAD.COM D:\NET\PROTMAN.DOS /i:D:\NET
DEVLOAD.COM D:\NET\ELNK3.DOS
DEVLOAD.COM D:\NET\NTSTS.DOS
DEVLOAD.COM D:\NET\DLSHELP.SYS
SET TZ=GHO+05:00
SET PATH=D:\NET\;D:\;%PATH%;
SET TEMP=D:\
SET TCPHELP=D:\NET
SET ETCDIR=D:\NET
REM \MOUSE.COM
D:\NET\NET START
D:\NET\NET.EXE USE Z: \\img\ghost$
D:\NET\NET.EXE USE
------------
However after the cdrom gets a drive letter and hits the first devload.com line it spits out:
------------
A:\>DEVLOAD.COM D:\NET\NTSTS.DOS
DEVLOAD v3.16 (C) 1992 - 1996 David Woodhouse <Dave@imladris.demon.co.uk>
Patches for v3.12-3.16 by Eric Auer 2004/2005 <Eric*CoLi.uni-sb.de>
Loads device drivers from the shell.
Filename: \\D.\A.\NET\NTSTS.DOS
Error: EXEC Failed (0001h)
------------
Same error for the other lines as well..
However after it fails and stops at a command prompt I verified I can access those resources on the D drive.
Not sure why it has "\A.\" in there..
Tried to look up that specific error but not much luck (ther then me being pretty sure thats an interrupt). I've also read through the article on page: http://www.infradead.org/devload/
but it is a bit above my head and I haven't found any relation to that specific error code.. or for the "\A.\" in the file name..
I don't think my version of dos is an issue however I'll list it just in case. I'm using "PC DOS Version 7.1".
Any idea on where I'm going wrong?