Account Options

  1. Sign in
The old Google Groups will be going away soon, but your browser is incompatible with the new version.
Google Groups Home
« Groups Home
Sharing a drive from MS-DOS
There are currently too many topics in this group that display first. To make this topic appear first, remove this option from another topic.
There was an error processing your request. Please try again.
flag
  22 messages - Collapse all  -  Translate all to Translated (View all originals)
The group you are posting to is a Usenet group. Messages posted to this group will make your email address visible to anyone on the Internet.
Your reply message has not been sent.
Your post was successful
 
From:
To:
Cc:
Followup To:
Add Cc | Add Followup-to | Edit Subject
Subject:
Validation:
For verification purposes please type the characters you see in the picture below or the numbers you hear by clicking the accessibility icon. Listen and type the numbers you hear
 
vivekian  
View profile  
 More options Mar 5 2008, 7:20 pm
Newsgroups: comp.os.ms-windows.networking.win95, comp.os.ms-windows.networking.tcp-ip
From: vivekian <vivekase...@gmail.com>
Date: Wed, 5 Mar 2008 16:20:41 -0800 (PST)
Local: Wed, Mar 5 2008 7:20 pm
Subject: Sharing a drive from MS-DOS
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 must Sign in before you can post messages.
To post a message you must first join this group.
Please update your nickname on the subscription settings page before posting.
You do not have the permission required to post.
David H. Lipman  
View profile  
 More options Mar 5 2008, 8:40 pm
Newsgroups: comp.os.ms-windows.networking.win95, comp.os.ms-windows.networking.tcp-ip
From: "David H. Lipman" <DLipman~nosp...@Verizon.Net>
Date: Thu, 06 Mar 2008 01:40:37 GMT
Local: Wed, Mar 5 2008 8:40 pm
Subject: Re: Sharing a drive from MS-DOS
From: "vivekian" <vivekase...@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


 
You must Sign in before you can post messages.
To post a message you must first join this group.
Please update your nickname on the subscription settings page before posting.
You do not have the permission required to post.
vivekian  
View profile  
 More options Mar 5 2008, 10:57 pm
Newsgroups: comp.os.ms-windows.networking.win95, comp.os.ms-windows.networking.tcp-ip
From: vivekian <vivekase...@gmail.com>
Date: Wed, 5 Mar 2008 19:57:19 -0800 (PST)
Local: Wed, Mar 5 2008 10:57 pm
Subject: Re: Sharing a drive from MS-DOS
On Mar 5, 5:40 pm, "David H. Lipman" <DLipman~nosp...@Verizon.Net>
wrote:

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


 
You must Sign in before you can post messages.
To post a message you must first join this group.
Please update your nickname on the subscription settings page before posting.
You do not have the permission required to post.
James Egan  
View profile  
 More options Mar 6 2008, 4:12 am
Newsgroups: comp.os.ms-windows.networking.win95, comp.os.ms-windows.networking.tcp-ip
From: James Egan <je...@jegan.com>
Date: Thu, 06 Mar 2008 09:12:20 +0000
Local: Thurs, Mar 6 2008 4:12 am
Subject: Re: Sharing a drive from MS-DOS

On Wed, 5 Mar 2008 19:57:19 -0800 (PST), vivekian

<vivekase...@gmail.com> wrote:
>The details are as follows :

>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.


 
You must Sign in before you can post messages.
To post a message you must first join this group.
Please update your nickname on the subscription settings page before posting.
You do not have the permission required to post.
vivekian  
View profile  
 More options Mar 6 2008, 11:30 am
Newsgroups: comp.os.ms-windows.networking.win95, comp.os.ms-windows.networking.tcp-ip
From: vivekian <vivekase...@gmail.com>
Date: Thu, 6 Mar 2008 08:30:13 -0800 (PST)
Local: Thurs, Mar 6 2008 11:30 am
Subject: Re: Sharing a drive from MS-DOS
On Mar 6, 1:12 am, James Egan <je...@jegan.com> wrote:

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


 
You must Sign in before you can post messages.
To post a message you must first join this group.
Please update your nickname on the subscription settings page before posting.
You do not have the permission required to post.
David H. Lipman  
View profile  
 More options Mar 6 2008, 4:35 pm
Newsgroups: comp.os.ms-windows.networking.win95, comp.os.ms-windows.networking.tcp-ip
From: "David H. Lipman" <DLipman~nosp...@Verizon.Net>
Date: Thu, 06 Mar 2008 21:35:07 GMT
Local: Thurs, Mar 6 2008 4:35 pm
Subject: Re: Sharing a drive from MS-DOS
From: "vivekian" <vivekase...@gmail.com>

| On Mar 5, 5:40 pm, "David H. Lipman" <DLipman~nosp...@Verizon.Net>

| wrote:
>> From: "vivekian" <vivekase...@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.

>> --
>> 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


 
You must Sign in before you can post messages.
To post a message you must first join this group.
Please update your nickname on the subscription settings page before posting.
You do not have the permission required to post.
vivekian  
View profile  
 More options Mar 6 2008, 4:48 pm
Newsgroups: comp.os.ms-windows.networking.win95, comp.os.ms-windows.networking.tcp-ip
From: vivekian <vivekase...@gmail.com>
Date: Thu, 6 Mar 2008 13:48:59 -0800 (PST)
Local: Thurs, Mar 6 2008 4:48 pm
Subject: Re: Sharing a drive from MS-DOS
On Mar 6, 1:35 pm, "David H. Lipman" <DLipman~nosp...@Verizon.Net>
wrote:

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


 
You must Sign in before you can post messages.
To post a message you must first join this group.
Please update your nickname on the subscription settings page before posting.
You do not have the permission required to post.
David H. Lipman  
View profile  
 More options Mar 6 2008, 6:08 pm
Newsgroups: comp.os.ms-windows.networking.win95, comp.os.ms-windows.networking.tcp-ip
From: "David H. Lipman" <DLipman~nosp...@Verizon.Net>
Date: Thu, 06 Mar 2008 23:08:22 GMT
Local: Thurs, Mar 6 2008 6:08 pm
Subject: Re: Sharing a drive from MS-DOS
From: "vivekian" <vivekase...@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


 
You must Sign in before you can post messages.
To post a message you must first join this group.
Please update your nickname on the subscription settings page before posting.
You do not have the permission required to post.
vivekian  
View profile  
 More options Mar 6 2008, 6:51 pm
Newsgroups: comp.os.ms-windows.networking.win95, comp.os.ms-windows.networking.tcp-ip
From: vivekian <vivekase...@gmail.com>
Date: Thu, 6 Mar 2008 15:51:00 -0800 (PST)
Subject: Re: Sharing a drive from MS-DOS
On Mar 6, 3:08 pm, "David H. Lipman" <DLipman~nosp...@Verizon.Net>
wrote:

> From: "vivekian" <vivekase...@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 ?

Its the Intel Fast Ethernet Controller.

 
You must Sign in before you can post messages.
To post a message you must first join this group.
Please update your nickname on the subscription settings page before posting.
You do not have the permission required to post.
David H. Lipman  
View profile  
 More options Mar 6 2008, 8:07 pm
Newsgroups: comp.os.ms-windows.networking.win95, comp.os.ms-windows.networking.tcp-ip
From: "David H. Lipman" <DLipman~nosp...@Verizon.Net>
Date: Fri, 07 Mar 2008 01:07:04 GMT
Local: Thurs, Mar 6 2008 8:07 pm
Subject: Re: Sharing a drive from MS-DOS
From: "vivekian" <vivekase...@gmail.com>

>> 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


 
You must Sign in before you can post messages.
To post a message you must first join this group.
Please update your nickname on the subscription settings page before posting.
You do not have the permission required to post.
vivekian  
View profile  
 More options Mar 6 2008, 10:46 pm
Newsgroups: comp.os.ms-windows.networking.win95, comp.os.ms-windows.networking.tcp-ip
From: vivekian <vivekase...@gmail.com>
Date: Thu, 6 Mar 2008 19:46:49 -0800 (PST)
Local: Thurs, Mar 6 2008 10:46 pm
Subject: Re: Sharing a drive from MS-DOS
On Mar 6, 5:07 pm, "David H. Lipman" <DLipman~nosp...@Verizon.Net>
wrote:

> From: "vivekian" <vivekase...@gmail.com>

> >> 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


 
You must Sign in before you can post messages.
To post a message you must first join this group.
Please update your nickname on the subscription settings page before posting.
You do not have the permission required to post.
David H. Lipman  
View profile  
 More options Mar 6 2008, 11:19 pm
Newsgroups: comp.os.ms-windows.networking.win95, comp.os.ms-windows.networking.tcp-ip
From: "David H. Lipman" <DLipman~nosp...@Verizon.Net>
Date: Fri, 07 Mar 2008 04:19:04 GMT
Local: Thurs, Mar 6 2008 11:19 pm
Subject: Re: Sharing a drive from MS-DOS
From: "vivekian" <vivekase...@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&Prod...

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


 
You must Sign in before you can post messages.
To post a message you must first join this group.
Please update your nickname on the subscription settings page before posting.
You do not have the permission required to post.
David H. Lipman  
View profile  
 More options Mar 10 2008, 5:48 pm
Newsgroups: comp.os.ms-windows.networking.win95, comp.os.ms-windows.networking.tcp-ip
From: "David H. Lipman" <DLipman~nosp...@Verizon.Net>
Date: Mon, 10 Mar 2008 21:48:06 GMT
Local: Mon, Mar 10 2008 5:48 pm
Subject: Re: Sharing a drive from MS-DOS
From: "vivekian" <vivekase...@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


 
You must Sign in before you can post messages.
To post a message you must first join this group.
Please update your nickname on the subscription settings page before posting.
You do not have the permission required to post.
vivekian  
View profile  
 More options Mar 11 2008, 2:01 pm
Newsgroups: comp.os.ms-windows.networking.win95, comp.os.ms-windows.networking.tcp-ip
From: vivekian <vivekase...@gmail.com>
Date: Tue, 11 Mar 2008 11:01:32 -0700 (PDT)
Local: Tues, Mar 11 2008 2:01 pm
Subject: Re: Sharing a drive from MS-DOS
On Mar 10, 2:48 pm, "David H. Lipman" <DLipman~nosp...@Verizon.Net>
wrote:

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


 
You must Sign in before you can post messages.
To post a message you must first join this group.
Please update your nickname on the subscription settings page before posting.
You do not have the permission required to post.
David H. Lipman  
View profile  
 More options Mar 11 2008, 4:02 pm
Newsgroups: comp.os.ms-windows.networking.win95, comp.os.ms-windows.networking.tcp-ip
From: "David H. Lipman" <DLipman~nosp...@Verizon.Net>
Date: Tue, 11 Mar 2008 20:02:40 GMT
Local: Tues, Mar 11 2008 4:02 pm
Subject: Re: Sharing a drive from MS-DOS
From: "vivekian" <vivekase...@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


 
You must Sign in before you can post messages.
To post a message you must first join this group.
Please update your nickname on the subscription settings page before posting.
You do not have the permission required to post.
vivekian  
View profile  
 More options Mar 11 2008, 8:37 pm
Newsgroups: comp.os.ms-windows.networking.win95, comp.os.ms-windows.networking.tcp-ip
From: vivekian <vivekase...@gmail.com>
Date: Tue, 11 Mar 2008 17:37:10 -0700 (PDT)
Local: Tues, Mar 11 2008 8:37 pm
Subject: Re: Sharing a drive from MS-DOS
On Mar 6, 9:19 pm, "David H. Lipman" <DLipman~nosp...@Verizon.Net>
wrote:

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 must Sign in before you can post messages.
To post a message you must first join this group.
Please update your nickname on the subscription settings page before posting.
You do not have the permission required to post.
David H. Lipman  
View profile  
 More options Mar 11 2008, 9:38 pm
Newsgroups: comp.os.ms-windows.networking.win95, comp.os.ms-windows.networking.tcp-ip
From: "David H. Lipman" <DLipman~nosp...@Verizon.Net>
Date: Wed, 12 Mar 2008 01:38:09 GMT
Local: Tues, Mar 11 2008 9:38 pm
Subject: Re: Sharing a drive from MS-DOS
From: "vivekian" <vivekase...@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


 
You must Sign in before you can post messages.
To post a message you must first join this group.
Please update your nickname on the subscription settings page before posting.
You do not have the permission required to post.
vivekian  
View profile  
 More options Mar 12 2008, 3:04 pm
Newsgroups: comp.os.ms-windows.networking.win95, comp.os.ms-windows.networking.tcp-ip
From: vivekian <vivekase...@gmail.com>
Date: Wed, 12 Mar 2008 12:04:03 -0700 (PDT)
Local: Wed, Mar 12 2008 3:04 pm
Subject: Re: Sharing a drive from MS-DOS
On Mar 11, 6:38 pm, "David H. Lipman" <DLipman~nosp...@Verizon.Net>
wrote:

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


 
You must Sign in before you can post messages.
To post a message you must first join this group.
Please update your nickname on the subscription settings page before posting.
You do not have the permission required to post.
David H. Lipman  
View profile  
 More options Mar 12 2008, 4:47 pm
Newsgroups: comp.os.ms-windows.networking.win95, comp.os.ms-windows.networking.tcp-ip
From: "David H. Lipman" <DLipman~nosp...@Verizon.Net>
Date: Wed, 12 Mar 2008 20:47:52 GMT
Local: Wed, Mar 12 2008 4:47 pm
Subject: Re: Sharing a drive from MS-DOS
From: "vivekian" <vivekase...@gmail.com>

| On Mar 11, 6:38 pm, "David H. Lipman" <DLipman~nosp...@Verizon.Net>

| wrote:
>> From: "vivekian" <vivekase...@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 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

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


 
You must Sign in before you can post messages.
To post a message you must first join this group.
Please update your nickname on the subscription settings page before posting.
You do not have the permission required to post.
David H. Lipman  
View profile  
 More options Mar 12 2008, 5:33 pm
Newsgroups: comp.os.ms-windows.networking.win95, comp.os.ms-windows.networking.tcp-ip
From: "David H. Lipman" <DLipman~nosp...@Verizon.Net>
Date: Wed, 12 Mar 2008 21:33:10 GMT
Local: Wed, Mar 12 2008 5:33 pm
Subject: Re: Sharing a drive from MS-DOS
From: "vivekian" <vivekase...@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


 
You must Sign in before you can post messages.
To post a message you must first join this group.
Please update your nickname on the subscription settings page before posting.
You do not have the permission required to post.
vivekian  
View profile  
 More options Mar 12 2008, 8:37 pm
Newsgroups: comp.os.ms-windows.networking.win95, comp.os.ms-windows.networking.tcp-ip
From: vivekian <vivekase...@gmail.com>
Date: Wed, 12 Mar 2008 17:37:55 -0700 (PDT)
Local: Wed, Mar 12 2008 8:37 pm
Subject: Re: Sharing a drive from MS-DOS
On Mar 12, 2:33 pm, "David H. Lipman" <DLipman~nosp...@Verizon.Net>
wrote:

> From: "vivekian" <vivekase...@gmail.com>

> 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

 
You must Sign in before you can post messages.
To post a message you must first join this group.
Please update your nickname on the subscription settings page before posting.
You do not have the permission required to post.
sergeh  
View profile  
 More options Apr 13 2008, 10:06 pm
Newsgroups: comp.os.ms-windows.networking.win95, comp.os.ms-windows.networking.tcp-ip
From: sergeh <ser...@gmail.com>
Date: Sun, 13 Apr 2008 19:06:48 -0700 (PDT)
Local: Sun, Apr 13 2008 10:06 pm
Subject: Re: Sharing a drive from MS-DOS
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!


 
You must Sign in before you can post messages.
To post a message you must first join this group.
Please update your nickname on the subscription settings page before posting.
You do not have the permission required to post.
End of messages
« Back to Discussions « Newer topic     Older topic »