A sample AUTOEXEC.BAT

A sample AUTOEXEC.BAT

The figure below shows some lines from an AUTOEXEC.BAT that you could use with the sample CONFIG.SYS file:
goto %config%
rem %config% is set when you choose from the menu
:network
rem -- Network drivers have run from CONFIG.SYS
rem -- The NetWare shell runs from AUTOEXEC.BAT
c:madge\netx ps=a_server
f:login peter

:socket_card
rem -- Card/Socket Services have run from CONFIG.SYS
goto end

:madge_down
rem -- Card/Socket Services have run from CONFIG.SYS
rem -- PCMCIA Ringnode is powered down
goto end

:p_c
rem -- Nothing more needs to run from AUTOEXEC.BAT
goto end
:end

[Back]

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

____________________