Discussion:
Sharing a drive from MS-DOS
(too old to reply)
vivekian
2008-03-06 00:20:41 UTC
Permalink
Hi,

I have a MS-DOS machine which needs to share a drive to Win XP
machine. After reading quite a few messages, it seems installing a
couple of files from Microsoft did the trick. But on running "net
share" i get the following error :

The SERVER service is not yet started.
Is it ok to start it ?
Service failed to initialize
Error 2114: The Server service is not started.

Is there a workaround to this.

Thanks in advance,
vivekian
David H. Lipman
2008-03-06 01:40:37 UTC
Permalink
From: "vivekian" <***@gmail.com>

| Hi,
|
| I have a MS-DOS machine which needs to share a drive to Win XP
| machine. After reading quite a few messages, it seems installing a
| couple of files from Microsoft did the trick. But on running "net
| share" i get the following error :
|
| The SERVER service is not yet started.
| Is it ok to start it ?
| Service failed to initialize
| Error 2114: The Server service is not started.
|
| Is there a workaround to this.
|
| Thanks in advance,
| vivekian

You need to run pure DOS with a NDIS2 stack.

Please define EXACTLY how you are setup.

This should include the version of DOS, and the contents of the CONFIG.SYS, AUTOEXEC.BAT
files as well as the PROTOCOL.INI file.
--
Dave
http://www.claymania.com/removal-trojan-adware.html
Multi-AV - http://www.pctipp.ch/downloads/dl/35905.asp
vivekian
2008-03-06 03:57:19 UTC
Permalink
Post by David H. Lipman
| Hi,
|
| I have a MS-DOS machine which needs to share a drive to Win XP
| machine. After reading quite a few messages, it seems installing a
| couple of files from Microsoft did the trick. But on running "net
|
| The SERVER service is not yet started.
| Is it ok to start it ?
| Service failed to initialize
| Error 2114: The Server service is not started.
|
| Is there a workaround to this.
|
| Thanks in advance,
| vivekian
You need to run pure DOS with a NDIS2 stack.
Please define EXACTLY how you are setup.
This should include the version of DOS, and the contents of the CONFIG.SYS, AUTOEXEC.BAT
files as well as the PROTOCOL.INI file.
--
Davehttp://www.claymania.com/removal-trojan-adware.html
Multi-AV -http://www.pctipp.ch/downloads/dl/35905.asp
The details are as follows :

DOS Version : 7.10
Microsoft DOS TCP/IP Protocol Driver 1.0a
MS_DOS LAN Manager v2.1 NetBind

Contents of Configy.sys :
FILES=20
device=c:\windows\ifshlp.sys
LASTDRIVE=Z
device=c:\windows\himem.sys


Contents of autoexec.bat

@echo off

rem mode co80,50
rem mode mono

set path=%path%;c:\net;c:\bin;c:\vim

rem Load utilities.
smartdrv /X
doskey /insert
rem Setup serial.
mode com1 96,n,8,1

rem Enable networking and map drives.
call c:\net\neton.bat

4dos
net share

This is what i tried from my readings across Usenet. There seems to be
two files which are used to update TCP/IP for MS-DOS. These are
located at : ftp://ftp.microsoft.com/bussys/Clients/MSCLIENT
I executed these and they overwrote the existing client. Next there is
an update called wg1049.exe which is supposed to add share
capabilities to the net command. Hope this information helps.
Appreciate your response.

Thanks,
vivekian
James Egan
2008-03-06 09:12:20 UTC
Permalink
On Wed, 5 Mar 2008 19:57:19 -0800 (PST), vivekian
Post by vivekian
DOS Version : 7.10
That's the version of DOS that was integrated with win9x. You need to
use a pure standalone dos version ie 6.22 or earlier.

Everything else you said regarding the dos client and updated net.exe
from wg1049.exe was spot on.

A word or warning. Keep this machine well away from the Intenet. The
single character password bug which was patched in win9x was never
repaired in win3.1 or dos



Jim.
vivekian
2008-03-06 16:30:13 UTC
Permalink
Post by James Egan
On Wed, 5 Mar 2008 19:57:19 -0800 (PST), vivekian
Post by vivekian
DOS Version : 7.10
That's the version of DOS that was integrated with win9x. You need to
use a pure standalone dos version ie 6.22 or earlier.
Everything else you said regarding the dos client and updated net.exe
from wg1049.exe was spot on.
A word or warning. Keep this machine well away from the Intenet. The
single character password bug which was patched in win9x was never
repaired in win3.1 or dos
Jim.
Is there any way at all to do this on the DOS version currently being
used. I don't think i can change the current setup. Yes, its away from
internet, its within an intranet.

Thanks a bunch,
vivekian
David H. Lipman
2008-03-06 21:35:07 UTC
Permalink
|>> Hi,
|>>
|>> I have a MS-DOS machine which needs to share a drive to Win XP
|>> machine. After reading quite a few messages, it seems installing a
|>> couple of files from Microsoft did the trick. But on running "net
|>> share" i get the following error :
|>>
|>> The SERVER service is not yet started.
|>> Is it ok to start it ?
|>> Service failed to initialize
|>> Error 2114: The Server service is not started.
|>>
|>> Is there a workaround to this.
|>>
|>> Thanks in advance,
|>> vivekian
Post by David H. Lipman
You need to run pure DOS with a NDIS2 stack.
Please define EXACTLY how you are setup.
This should include the version of DOS, and the contents of the CONFIG.SYS, AUTOEXEC.BAT
files as well as the PROTOCOL.INI file.
--
Davehttp://www.claymania.com/removal-trojan-adware.html
Multi-AV -http://www.pctipp.ch/downloads/dl/35905.asp
|
| The details are as follows :
|
| DOS Version : 7.10
| Microsoft DOS TCP/IP Protocol Driver 1.0a
| MS_DOS LAN Manager v2.1 NetBind
|
| Contents of Configy.sys :
| FILES=20
| device=c:\windows\ifshlp.sys
| LASTDRIVE=Z
| device=c:\windows\himem.sys
|
| Contents of autoexec.bat
|
| @echo off
|
| rem mode co80,50
| rem mode mono
|
| set path=%path%;c:\net;c:\bin;c:\vim
|
| rem Load utilities.
| smartdrv /X
| doskey /insert
| rem Setup serial.
| mode com1 96,n,8,1
|
| rem Enable networking and map drives.
| call c:\net\neton.bat
|
| 4dos
| net share
|
| This is what i tried from my readings across Usenet. There seems to be
| two files which are used to update TCP/IP for MS-DOS. These are
| located at : ftp://ftp.microsoft.com/bussys/Clients/MSCLIENT
| I executed these and they overwrote the existing client. Next there is
| an update called wg1049.exe which is supposed to add share
| capabilities to the net command. Hope this information helps.
| Appreciate your response.
|
| Thanks,
| vivekian


There is NO NDIS2 driver being loaded in CONFIG.SYS.

This needs to be loaded and bound to the NIC via c:\net\protocol.ini

Your setup is incomplete.
--
Dave
http://www.claymania.com/removal-trojan-adware.html
Multi-AV - http://www.pctipp.ch/downloads/dl/35905.asp
vivekian
2008-03-06 21:48:59 UTC
Permalink
Post by David H. Lipman
|>> Hi,
|>>
|>> I have a MS-DOS machine which needs to share a drive to Win XP
|>> machine. After reading quite a few messages, it seems installing a
|>> couple of files from Microsoft did the trick. But on running "net
|>>
|>> The SERVER service is not yet started.
|>> Is it ok to start it ?
|>> Service failed to initialize
|>> Error 2114: The Server service is not started.
|>>
|>> Is there a workaround to this.
|>>
|>> Thanks in advance,
|>> vivekian
Post by David H. Lipman
You need to run pure DOS with a NDIS2 stack.
Please define EXACTLY how you are setup.
This should include the version of DOS, and the contents of the CONFIG.SYS, AUTOEXEC.BAT
files as well as the PROTOCOL.INI file.
--
Davehttp://www.claymania.com/removal-trojan-adware.html
Multi-AV -http://www.pctipp.ch/downloads/dl/35905.asp
|
|
| DOS Version : 7.10
| Microsoft DOS TCP/IP Protocol Driver 1.0a
| MS_DOS LAN Manager v2.1 NetBind
|
| FILES=20
| device=c:\windows\ifshlp.sys
| LASTDRIVE=Z
| device=c:\windows\himem.sys
|
| Contents of autoexec.bat
|
|
| rem mode co80,50
| rem mode mono
|
| set path=%path%;c:\net;c:\bin;c:\vim
|
| rem Load utilities.
| smartdrv /X
| doskey /insert
| rem Setup serial.
| mode com1 96,n,8,1
|
| rem Enable networking and map drives.
| call c:\net\neton.bat
|
| 4dos
| net share
|
| This is what i tried from my readings across Usenet. There seems to be
| two files which are used to update TCP/IP for MS-DOS. These are
| located at :ftp://ftp.microsoft.com/bussys/Clients/MSCLIENT
| I executed these and they overwrote the existing client. Next there is
| an update called wg1049.exe which is supposed to add share
| capabilities to the net command. Hope this information helps.
| Appreciate your response.
|
| Thanks,
| vivekian
There is NO NDIS2 driver being loaded in CONFIG.SYS.
This needs to be loaded and bound to the NIC via c:\net\protocol.ini
Your setup is incomplete.
--
Davehttp://www.claymania.com/removal-trojan-adware.html
Multi-AV -http://www.pctipp.ch/downloads/dl/35905.asp
Can you please guide as to how the NDIS2 driver can be loaded, and
bound to protocol.ini ? Is there a link as to where it is available ?

Thanks,
Vivek
David H. Lipman
2008-03-06 23:08:22 UTC
Permalink
From: "vivekian" <***@gmail.com>


|
| Can you please guide as to how the NDIS2 driver can be loaded, and
| bound to protocol.ini ? Is there a link as to where it is available ?
|
| Thanks,
| Vivek

What Network Interface Card (NIC) are you using ?
--
Dave
http://www.claymania.com/removal-trojan-adware.html
Multi-AV - http://www.pctipp.ch/downloads/dl/35905.asp
vivekian
2008-03-06 23:51:00 UTC
Permalink
Post by David H. Lipman
|
| Can you please guide as to how the NDIS2 driver can be loaded, and
| bound to protocol.ini ? Is there a link as to where it is available ?
|
| Thanks,
| Vivek
What Network Interface Card (NIC) are you using ?
Its the Intel Fast Ethernet Controller.
David H. Lipman
2008-03-07 01:07:04 UTC
Permalink
Post by David H. Lipman
What Network Interface Card (NIC) are you using ?
| Its the Intel Fast Ethernet Controller.

Which one ?

Please provide the model number and as much info. as possible on this NIC.
--
Dave
http://www.claymania.com/removal-trojan-adware.html
Multi-AV - http://www.pctipp.ch/downloads/dl/35905.asp
vivekian
2008-03-07 03:46:49 UTC
Permalink
Post by David H. Lipman
Post by David H. Lipman
What Network Interface Card (NIC) are you using ?
| Its the Intel Fast Ethernet Controller.
Which one ?
Please provide the model number and as much info. as possible on this NIC.
--
Davehttp://www.claymania.com/removal-trojan-adware.html
Multi-AV -http://www.pctipp.ch/downloads/dl/35905.asp
Hi Dave,

This is what i could dig up :

Device ID : 0x1229
Chip Number: 82557/8/9/0/1
Chip Description: Fast Ethernet LAN Controller
Notes: used on EtherExpress PRO/100(B) Adapter

vivekian
David H. Lipman
2008-03-07 04:19:04 UTC
Permalink
From: "vivekian" <***@gmail.com>


|
| Hi Dave,
|
| This is what i could dig up :
|
| Device ID : 0x1229
| Chip Number: 82557/8/9/0/1
| Chip Description: Fast Ethernet LAN Controller
| Notes: used on EtherExpress PRO/100(B) Adapter
|
| vivekian

http://downloadcenter.intel.com/filter_results.aspx?strTypes=all&ProductID=245&OSFullName=DOS&lang=eng&strOSs=5&submit=Go%21

Choose:
Network Adapter Drivers for MS-DOS

c:\config.sys
-------------
DEVICE=c:\net\protman.dos /I:\net
DEVICE=c:\net\e100b.dos
FILES=40
LASTDRIVE=Z

c:\autoexec.bat
---------------
c:\net\netbind.com

c:\net\protocol.ini
--------------------
; Protocol.Ini section for the Intel(R) PRO/100 Network Connection
DRIVERNAME = E100B$
SPEED = 0
; 0 = Auto (default), 10 = 10Mb/s, 100 = 100Mb/s

FORCEDUPLEX = 0
; 0 = Auto (default); 1 = Half; 2 = Full
;
; SLOT = 0x38
; NODE = "00AA00123456"
; TRANSMITBUFFERS = 20 ; range 3 - 30
; RECEIVEBUFFERS = 20 ; range 3 - 30


I have no idea what's in you batch file...

c:\net\neton.bat
--
Dave
http://www.claymania.com/removal-trojan-adware.html
Multi-AV - http://www.pctipp.ch/downloads/dl/35905.asp
vivekian
2008-03-12 00:37:10 UTC
Permalink
Post by David H. Lipman
|
| Hi Dave,
|
|
| Device ID : 0x1229
| Chip Number: 82557/8/9/0/1
| Chip Description: Fast Ethernet LAN Controller
| Notes: used on EtherExpress PRO/100(B) Adapter
|
|vivekian
http://downloadcenter.intel.com/filter_results.aspx?strTypes=all&Prod...
Network Adapter Drivers forMS-DOS
c:\config.sys
-------------
DEVICE=c:\net\protman.dos /I:\net
DEVICE=c:\net\e100b.dos
FILES=40
LASTDRIVE=Z
c:\autoexec.bat
---------------
c:\net\netbind.com
c:\net\protocol.ini
--------------------
; Protocol.Ini section for the Intel(R) PRO/100 Network Connection
DRIVERNAME = E100B$
SPEED = 0
; 0 = Auto (default), 10 = 10Mb/s, 100 = 100Mb/s
FORCEDUPLEX = 0
; 0 = Auto (default); 1 = Half; 2 = Full
;
; SLOT = 0x38
; NODE = "00AA00123456"
; TRANSMITBUFFERS = 20 ; range 3 - 30
; RECEIVEBUFFERS = 20 ; range 3 - 30
I have no idea what's in you batch file...
c:\net\neton.bat
--
Davehttp://www.claymania.com/removal-trojan-adware.html
Multi-AV -http://www.pctipp.ch/downloads/dl/35905.asp
Hi Dave,

After downloading the driver -- Prodos.exe from the site, tried to run
it. It gave an error -- "Can't be run in DOS mode" . Is there an
alternate to this ?
Should I try the Legacy driver on the same website ? Supposedly there
is a driver available on www.crynwr.com but its not NDIS.

Thanks a bunch,
vivekian
David H. Lipman
2008-03-12 01:38:09 UTC
Permalink
From: "vivekian" <***@gmail.com>


| Hi Dave,
|
| After downloading the driver -- Prodos.exe from the site, tried to run
| it. It gave an error -- "Can't be run in DOS mode" . Is there an
| alternate to this ?
| Should I try the Legacy driver on the same website ? Supposedly there
| is a driver available on www.crynwr.com but its not NDIS.
|
| Thanks a bunch,
| vivekian

You can use a Packet Driver (Crynwr) to NDIS2 shim.

Don't you have a Win32 PC capable of downloading the Prodos.exe utility and the extract the
needed files and then port the files to the DOS setup ?
--
Dave
http://www.claymania.com/removal-trojan-adware.html
Multi-AV - http://www.pctipp.ch/downloads/dl/35905.asp
vivekian
2008-03-12 19:04:03 UTC
Permalink
Post by David H. Lipman
| Hi Dave,
|
| After downloading the driver -- Prodos.exe from the site, tried to run
| it. It gave an error -- "Can't be run in DOS mode" . Is there an
| alternate to this ?
| Should I try the Legacy driver on the same website ? Supposedly there
| is a driver available onwww.crynwr.combut its not NDIS.
|
| Thanks a bunch,
| vivekian
You can use a Packet Driver (Crynwr) to NDIS2 shim.
Don't you have a Win32 PC capable of downloading the Prodos.exe utility and the extract the
needed files and then port the files to the DOS setup ?
--
Davehttp://www.claymania.com/removal-trojan-adware.html
Multi-AV -http://www.pctipp.ch/downloads/dl/35905.asp
Hi Dave,

Currently m using the Microsoft Tcp/Ip Driver 1.0. The protocol.ini
file is as shown below :

[network.setup]
version=0x3110
netcard=E100B,1,E100B,1
transport=tcpip,TCPIP
lana0=E100B,1,tcpip

[TCPIP]
NBSessions=6
SubNetMask0=255 255 255 0
IPAddress0=192 168 0 48
DisableDHCP=0
DriverName=TCPIP$
BINDINGS=E100B
LANABASE=0

[protman]
DriverName=PROTMAN$
PRIORITY=MS$NDISHLP

[E100B]
DriverName=E100B$
MAXTRANSMITS=8


---------------------------------------

autoexec.bat
-------------------

@echo off

rem mode co80,50
rem mode mono

set path=%path%;c:\net;c:\bin;c:\vim

rem Load utilities.
smartdrv /X
doskey /insert
rem Setup serial.
mode com1 96,n,8,1


rem Enable networking and map drives.
call c:\net\neton.bat
call c:\net\netbind.com

---------------------------------------------------------

Extracted all files from Prodos. What exact changes should be to the
protocol.ini file to get the driver running ?

Thanks a bunch,
vivekian
David H. Lipman
2008-03-12 20:47:52 UTC
Permalink
|>> Hi Dave,
|>>
|>> After downloading the driver -- Prodos.exe from the site, tried to run
|>> it. It gave an error -- "Can't be run in DOS mode" . Is there an
|>> alternate to this ?
|>> Should I try the Legacy driver on the same website ? Supposedly there
|>> is a driver available onwww.crynwr.combut its not NDIS.
|>>
|>> Thanks a bunch,
|>> vivekian
Post by David H. Lipman
You can use a Packet Driver (Crynwr) to NDIS2 shim.
Don't you have a Win32 PC capable of downloading the Prodos.exe utility and the extract
the needed files and then port the files to the DOS setup ?
--
Davehttp://www.claymania.com/removal-trojan-adware.html
Multi-AV -http://www.pctipp.ch/downloads/dl/35905.asp
|
| Hi Dave,
|
| Currently m using the Microsoft Tcp/Ip Driver 1.0. The protocol.ini
| file is as shown below :
|
| [network.setup]
| version=0x3110
| netcard=E100B,1,E100B,1
| transport=tcpip,TCPIP
| lana0=E100B,1,tcpip
|
| [TCPIP]
| NBSessions=6
| SubNetMask0=255 255 255 0
| IPAddress0=192 168 0 48
| DisableDHCP=0
| DriverName=TCPIP$
| BINDINGS=E100B
| LANABASE=0
|
| [protman]
| DriverName=PROTMAN$
| PRIORITY=MS$NDISHLP
|
| [E100B]
| DriverName=E100B$
| MAXTRANSMITS=8
|
| ---------------------------------------
|
| autoexec.bat
| -------------------
|
| @echo off
|
| rem mode co80,50
| rem mode mono
|
| set path=%path%;c:\net;c:\bin;c:\vim
|
| rem Load utilities.
| smartdrv /X
| doskey /insert
| rem Setup serial.
| mode com1 96,n,8,1
|
| rem Enable networking and map drives.
| call c:\net\neton.bat
| call c:\net\netbind.com
|
| ---------------------------------------------------------
|
| Extracted all files from Prodos. What exact changes should be to the
| protocol.ini file to get the driver running ?
|
| Thanks a bunch,
| vivekian

The below should use E100B$ not E100B or TCP/IP won't bind to the adapter.

[network.setup]
version=0x3110
netcard=E100B$,1,E100B$,1
transport=tcpip,TCPIP
lana0=E100B$,1,tcpip
--
Dave
http://www.claymania.com/removal-trojan-adware.html
Multi-AV - http://www.pctipp.ch/downloads/dl/35905.asp
David H. Lipman
2008-03-12 21:33:10 UTC
Permalink
From: "vivekian" <***@gmail.com>

Please post the contents of...

c:\net\neton.bat
--
Dave
http://www.claymania.com/removal-trojan-adware.html
Multi-AV - http://www.pctipp.ch/downloads/dl/35905.asp
vivekian
2008-03-13 00:37:55 UTC
Permalink
Post by David H. Lipman
Please post the contents of...
c:\net\neton.bat
--
Davehttp://www.claymania.com/removal-trojan-adware.html
Multi-AV -http://www.pctipp.ch/downloads/dl/35905.asp
c:\net\net initialize
c:\net\netbind.com
c:\net\umb.com
c:\net\tcptsr.exe
c:\net\tinyrfc.exe
c:\net\nmtsr.exe
c:\net\emsbfr.exe
c:\net\net start
c:\net\sockets.exe
sergeh
2008-04-14 02:06:48 UTC
Permalink
Hi,

I use similar files to load DOS with net support in order to copy
images to new computers on our domain at office. When tryed to load
from the same flash drive at home my laptop (me home net is with DHCP
enabled router) hang ups when executes:

c:\net\tinyrfc.exe

Any ideas to solve the problem?

Thanks!

David H. Lipman
2008-03-10 21:48:06 UTC
Permalink
From: "vivekian" <***@gmail.com>


|
| Hi Dave,
|
| This is what i could dig up :
|
| Device ID : 0x1229
| Chip Number: 82557/8/9/0/1
| Chip Description: Fast Ethernet LAN Controller
| Notes: used on EtherExpress PRO/100(B) Adapter
|
| vivekian

Anybody home ??
--
Dave
http://www.claymania.com/removal-trojan-adware.html
Multi-AV - http://www.pctipp.ch/downloads/dl/35905.asp
vivekian
2008-03-11 18:01:32 UTC
Permalink
Post by David H. Lipman
|
| Hi Dave,
|
|
| Device ID : 0x1229
| Chip Number:  82557/8/9/0/1
| Chip Description:  Fast Ethernet LAN Controller
| Notes:  used on EtherExpress PRO/100(B) Adapter
|
| vivekian
Anybody home ??
--
Davehttp://www.claymania.com/removal-trojan-adware.html
Multi-AV -http://www.pctipp.ch/downloads/dl/35905.asp
Hi Dave,

Sorry for the delay. Got stuck in a bit of work. Will try this out
today and update you. Thanks for all the help.

thanks,
vivekian
David H. Lipman
2008-03-11 20:02:40 UTC
Permalink
From: "vivekian" <***@gmail.com>


|
| Hi Dave,
|
| Sorry for the delay. Got stuck in a bit of work. Will try this out
| today and update you. Thanks for all the help.
|
| thanks,
| vivekian

OK. Glad your back :-)
--
Dave
http://www.claymania.com/removal-trojan-adware.html
Multi-AV - http://www.pctipp.ch/downloads/dl/35905.asp
Loading...