Article Figure 1 Figure 2 Figure 3 Figure 4
Figure 5 Figure 6 Listing 1 Listing 2 Listing 3
Listing 4 Listing 5 Listing 6 Listing 7 Listing 8
Listing 9 Table 1 jan94.tar

Listing 8: Sample autoexec.bat file

@ECHO OFF
REM Load the SmartDRIVE
C:\WINDOWS\SMARTDRV.EXE
REM Load DOSKEY for the circular history buffer
C:\DOS\DOSKEY
REM Set the prompt to  the current drive and directory
PROMPT $p$g
REM Set the inital PATH
PATH = C:\WINDOWS;C:\DOS;C:\VGAUTIL
PATH=D:\QPW;%PATH%
SHARE
SET TEMP=C:\DOS
REM
REM ----- PC/TCP Configuration
REM
REM Running \pctcp\netstart.bat for NDIS/ethernet services
rem CALL \PCTCP\NETSTART.BAT
REM Running \pctcp\netppp.bat for PPP services
CALL \PCTCP\NETPPP.BAT
REM Running \pctcp\netslip.bat for SLIP services
rem CALL \PCTCP\NETSLIP.BAT
pause