A sample CONFIG.SYS

A sample CONFIG.SYS

Setting up menus from CONFIG.SYS

The figure below shows sample sections from a CONFIG.SYS file that contains different configurations. You could use this file with the sample AUTOEXEC.BAT file

[menu]
menuitem=network, Use the network
menuitem=socket_card, PC with Card Services
menuitem=madge_down,
menuitem=p_c, PC without Card Services

[common]
rem-- Drivers common to each configuration.
rem-- For example, Windows and memory managers.

[network]
rem-- Use the network
device=c:\sockserv\socket.exe
device=c:\cardserv\cardsv.exe
device=c:\madge\smart.exe
rem-- IPX interface for NetWare specified in SMART.CFG.

[socket_card]
rem-- PC with Card Services.
device=c:\sockserv\socket.exe
device=c:\cardserv\cardsv.exe

[madge_down]
rem--  PC with Card Services but with Ringnode off.
device=c:\sockserv\socket.exe
device=c:\cardserv\cardsv.exe
device=c:\madge\trpower.exe /off
rem-- Ensure that power to PCMCIA Ringnode is off.

[p_c]
rem--  PC without Card Services
rem-- Nothing more needs to run from CONFIG.SYS

[Back]

[Using Madge Wizard][Ringnode Installation][Driver Installation][Ringnode Config and Diag][Additional Information]

____________________