You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
13 lines
466 B
13 lines
466 B
@echo off
|
|
rem
|
|
rem Sample autoexec.bat for using MSDLC with IBM's Personal Communication
|
|
rem Support (PCS) to communicate with AS/400 on Token Ring
|
|
rem
|
|
path c:\dos;c:\windows;
|
|
set comspec=c:\command.com
|
|
@REM ====== LANMAN 2.1 === DO NOT MODIFY BETWEEN THESE LINES === LANMAN 2.1 ===
|
|
SET PATH=C:\LANMAN.DOS\NETPROG;%PATH%
|
|
NET START WORKSTATION
|
|
LOAD MSDLC
|
|
@REM ====== LANMAN 2.1 === DO NOT MODIFY BETWEEN THESE LINES === LANMAN 2.1 ===
|
|
C:\PCS\STARTPCS.BAT
|