| 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
|