Unsolved

This post is more than 5 years old

5 Posts

6919

March 10th, 2004 15:00

Gx270; Ghost; and this line....

I am still trying to understand basic Dos commands as well as switches.  Since this is PC-Dos, I am sure it means something totaly different.  In the Ghost config.sys file, you have this line under the system of your choice.....  DEVICE=\net\protman.dos /I:\net   I understand everything up to the /I:\Net part....  what does this remaining part say? 

I am trying to get a grip on what this means as I am trying to load as much as I can on a floppy image without having the need to setpath=A:\ etc....if anyone can explain the above...thanks.

To help out those in ways of making a multiple boot disk with an option to choose.... here's what I have done.

[Autoexec.bat]

@echo off
prompt $p$g
\Net\netbind.com
MOUSE.COM
cd \ghost
echo Loading...
GHOST.EXE  -JS=1 -FNI

 

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

[Config.sys]
[menu]
menuitem=Intel_Gig,Optiplex GX260/GX270
menuitem=Broadcom_570, Latitude D600
menuitem=3C905C, Dimension 4100
menuitem=3C905c, Inspiron 4100/4150
menuitem=3C920, Optiplex GX240/GX150
menudefault=GX2x0,13
menucolor=7,0

[Intel_Gig]
dEVICE=HIMEM.SYS
DEVICE=\net\protman.dos /I:\net
DEVICE=\net\dis_pkt.dos
DEVICE=\net\e1000.dos


[Broadcom_570]
device=himem.sys
DEVICE=\net\protman.dos /I:\net
DEVICE=\net\dis_pkt.dos
DEVICE=\net\B57.dos

[3C905c]
dEVICE=HIMEM.SYS
Device=\net\protman.dos /I:\net
Device=\net\dis_pkt.dos
Device=\net\el90x.dos

[3C920]
dEVICE=HIMEM.SYS
Device=\net\protman.dos /I:\net
Device=\net\dis_pkt.dos
Device=\net\el90x.dos


[COMMON]
files=60
buffers=20
dos=high,umb
stacks=9,256
lastdrive=z

 

 

Ginzu3

4.4K Posts

March 10th, 2004 18:00

I understand everything up to the /I:\Net part.... what does this remaining part say?

It's the directory where protman.dos retrieves the file protocol.ini. Default is apparently "\lanman".

Jim

5 Posts

March 12th, 2004 14:00

AAaahhhh....the scary thing is -- that's what I was thinking...I have been frustrated with this off and on, I didn't want to add to it, therefore I never changed it.  :-)  I try to save on hair whenever possible.

Thanks Jim...

G3

 

No Events found!

Top