Preface, Using dos 6.0 without doublespace – Rockwell Automation 9323-PA1E USER MANUAL APS 6.0 User Manual

Page 15

Advertising
background image

Preface

Advanced Programming Software User Manual

1–8

Using DOS 6.0 without DoubleSpace

If you are using a 386/486 PC with 4 meg. RAM running DOS 6.0 without
DoubleSpace, we recommend using the following

AUTOEXEC.BAT

and

CONFIG.SYS

files:

Note

If running in a Windows environment,

load

SHARE.EXE

prior to loading windows.

set the

FILES

parameter to 46 or higher

Example

AUTOEXEC.BAT

file for DOS 6.0

C:\DOS\SMARTDRV.EXE C
PATH=C:\;C:\DOS
goto %config%

:STANDARD
goto end

:APS

C:\DOS\SHARE.EXE
CD C:\ABIC\BIN

CALL ABICRUN
CD C:\IPDS\ATTACH\SLC500

CALL APS
goto end

:end

Example

CONFIG.SYS

file for DOS 6.0 without DoubleSpace

[menu]

menuitem=standard
menuitem=APS

[Common]
DEVICE
=C:\DOS\HIMEM.SYS /NUMHANDLES=128
DOS=HIGH,UMB

[Standard]

DEVICE=C:\DOS\EMM386.EXE 1024 FRAME=NONE
DEVICEhigh=C:\ANSI.SYS

FILES=40
BUFFERS=40

Advertising